From 0216c253d8124c3c2361beed597432025142706b Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 6 Dec 2023 16:07:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=83=A8=E9=97=A8=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E9=95=BF=E5=BA=A6=E9=99=90=E5=88=B6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dept/index.vue | 100 ++++++++++++++++++-------------- 1 file changed, 57 insertions(+), 43 deletions(-) diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index a7cc6f62..de5006c9 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -192,7 +192,7 @@ const modalStateFrom = Form.useForm( { required: true, min: 1, - max: 30, + max: 50, message: t('views.system.dept.className') + t('common.unableNull'), }, ], @@ -621,26 +621,34 @@ onMounted(() => { :title="modalState.title" @cancel="fnModalCancel" > - + + + + + + - - - + {{ modalState.from.deptName }} @@ -652,6 +660,7 @@ onMounted(() => { + @@ -668,21 +677,16 @@ onMounted(() => { - + - {{ modalState.from.deptName }} - - - - {{ modalState.from.leader }} - - {{ modalState.from.phone }} @@ -713,7 +717,12 @@ onMounted(() => { @ok="fnModalOk" @cancel="fnModalCancel" > - + { - - - - - { - - + + { + + + + + {