From 48639c8baec52b0136e0e29f4fbd8502ea24a10e Mon Sep 17 00:00:00 2001 From: yxh Date: Tue, 26 Sep 2023 16:25:18 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90?= =?UTF-8?q?=E4=B8=BB=E9=94=AE=E9=9B=AA=E8=8A=B1ID=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/tools/gen/component/basicInfo.vue | 23 +++++++++++++++---- src/views/system/tools/gen/component/model.ts | 1 + 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/src/views/system/tools/gen/component/basicInfo.vue b/src/views/system/tools/gen/component/basicInfo.vue index 53c2536..6f668e7 100644 --- a/src/views/system/tools/gen/component/basicInfo.vue +++ b/src/views/system/tools/gen/component/basicInfo.vue @@ -46,17 +46,30 @@ - - - + + + + + + + + + - + - + diff --git a/src/views/system/tools/gen/component/model.ts b/src/views/system/tools/gen/component/model.ts index e61ea71..af8994e 100644 --- a/src/views/system/tools/gen/component/model.ts +++ b/src/views/system/tools/gen/component/model.ts @@ -65,6 +65,7 @@ export interface TableDataInfo extends TableData{ sortType:string; remark:string; overwrite:boolean; + useSnowId:boolean; showDetail:boolean; excelPort:boolean; tplCategory:string;