From 3fd832d9e6064e4a4e91656e57d534b3669ea622 Mon Sep 17 00:00:00 2001 From: Jason <5340635+wen-jason@user.noreply.gitee.com> Date: Wed, 28 Dec 2022 10:12:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E5=99=A8?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/src/views/dev_tools/code/edit.vue | 34 ++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/admin/src/views/dev_tools/code/edit.vue b/admin/src/views/dev_tools/code/edit.vue index 374ed964..3f65d570 100644 --- a/admin/src/views/dev_tools/code/edit.vue +++ b/admin/src/views/dev_tools/code/edit.vue @@ -8,7 +8,7 @@ ref="formRef" class="ls-form" :model="formData" - label-width="100px" + label-width="130px" :rules="rules" > @@ -273,6 +273,37 @@ + + + + + + + + + + + + +
+ +
+
+
@@ -322,6 +353,7 @@ const formData = reactive({ moduleName: '', subTableFk: '', subTableName: '', + subTableFr: '', treeParent: '', treePrimary: '', treeName: ''