From 83bf3b5fd6b0a3a314932e66323bf6264bda6ce1 Mon Sep 17 00:00:00 2001 From: cuijiawang Date: Sat, 27 Sep 2025 14:44:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90?= =?UTF-8?q?=E5=99=A8=20=E6=A8=A1=E6=9D=BF=E4=BB=93=E5=BA=93ui=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/TemplateRepositoryDialog.vue | 224 +++++++++++++----- 1 file changed, 167 insertions(+), 57 deletions(-) diff --git a/src/views/system/codegen/components/TemplateRepositoryDialog.vue b/src/views/system/codegen/components/TemplateRepositoryDialog.vue index d9ce7e7..2d50146 100644 --- a/src/views/system/codegen/components/TemplateRepositoryDialog.vue +++ b/src/views/system/codegen/components/TemplateRepositoryDialog.vue @@ -215,37 +215,42 @@ watch( >
-

{{ template.templateName }}

-
- - {{ - template.templateSource === "system" ? "系统" : "用户" - }} - - - {{ template.isEnabled === 1 ? "显示中" : "已隐藏" }} - +
+

+ {{ template.templateName }} +

+
+ + {{ + template.templateSource === "system" + ? "系统" + : "用户" + }} + + + {{ template.isEnabled === 1 ? "显示中" : "已隐藏" }} + +
+
+
+ + {{ template.isEnabled === 1 ? "隐藏" : "显示" }} +
-
- -
- - {{ template.isEnabled === 1 ? "隐藏" : "显示" }} -
@@ -270,70 +275,142 @@ watch(