From dda045dde0a5644611c1ee207242239401014e45 Mon Sep 17 00:00:00 2001 From: A0066811 <961502390@qq.com> Date: Fri, 7 Nov 2025 14:32:00 +0800 Subject: [PATCH] =?UTF-8?q?hgwms-2098=20fix=20=E9=83=A8=E9=97=A8=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=BC=B9=E7=AA=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/dept/modal/edit.vue | 133 +++++++++++++++++++--------------- src/view/dept/modal/info.vue | 15 ++-- src/view/dept/modal/save.vue | 136 ++++++++++++++++++++--------------- 3 files changed, 162 insertions(+), 122 deletions(-) diff --git a/src/view/dept/modal/edit.vue b/src/view/dept/modal/edit.vue index cfaeb27..0f9c2c0 100644 --- a/src/view/dept/modal/edit.vue +++ b/src/view/dept/modal/edit.vue @@ -8,14 +8,14 @@ @cancel="cancel" > - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file + diff --git a/src/view/dept/modal/info.vue b/src/view/dept/modal/info.vue index 43a9d81..3ae8727 100644 --- a/src/view/dept/modal/info.vue +++ b/src/view/dept/modal/info.vue @@ -11,11 +11,11 @@ ref="formRef" :model="formState" :rules="formRules" - :label-col="labelCol" - :wrapper-col="wrapperCol" + layout="vertical" > + - + + - - - - + + + + diff --git a/src/view/dept/modal/save.vue b/src/view/dept/modal/save.vue index c140e5f..3a90037 100644 --- a/src/view/dept/modal/save.vue +++ b/src/view/dept/modal/save.vue @@ -8,44 +8,60 @@ @cancel="cancel" > - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file +