From c2134f4b252488326dfcaf0c7550b8244bf953e6 Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Tue, 24 May 2022 12:03:56 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E9=83=A8=E9=97=A8=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E4=BF=AE=E6=94=B9-=E6=96=B0=E5=A2=9E=E2=80=98=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E9=83=A8=E9=97=A8=EF=BC=8C=E6=B7=BB=E5=8A=A0=E4=B8=8B?= =?UTF-8?q?=E7=BA=A7=EF=BC=8C=E6=89=B9=E9=87=8F=E5=88=A0=E9=99=A4=EF=BC=8C?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/system/DepartList.vue | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/jero-web/src/views/system/DepartList.vue b/jero-web/src/views/system/DepartList.vue index ed56fdabc..b518cefa8 100644 --- a/jero-web/src/views/system/DepartList.vue +++ b/jero-web/src/views/system/DepartList.vue @@ -4,13 +4,13 @@ - - + {{$t('AddDepartment')}} + {{$t('AddSubordinate')}} - + {{$t('BatchDelete')}}
@@ -36,6 +36,7 @@ :selectedKeys="selectedKeys" :checkedKeys="checkedKeys" :treeData="departTree" + checkable :checkStrictly="checkStrictly" :autoExpandParent="false" @expand="onExpand"/> @@ -95,7 +96,7 @@ :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('OrganizationCode')"> - @@ -159,11 +160,11 @@ - - - - - +
+ + {{$t('preservation')}} + +
@@ -206,7 +207,8 @@ loading: false, currFlowId: '', currFlowName: '', - disable: true, + disable: false, + disablecode: true, treeData: [], visible: false, departTree: [],