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: [],