diff --git a/src/views/tool/code.vue b/src/views/tool/code.vue index 87d6237..2608807 100644 --- a/src/views/tool/code.vue +++ b/src/views/tool/code.vue @@ -87,6 +87,13 @@ search: true, display: false, }, + { + label: '模版类型', + prop: 'templateType', + type: "select", + dicData: templateDic, + display: false, + }, { label: "表名", prop: "tableName",