From aa0abb3d809e00f3e4521a89b48a80f46d96f76e Mon Sep 17 00:00:00 2001 From: smallchill Date: Sun, 14 Aug 2022 17:50:45 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=20=E9=87=8D=E6=9E=84=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=94=9F=E6=88=90=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tool/code.vue | 7 +++++++ 1 file changed, 7 insertions(+) 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",