From ea6aac0329e16b9c3c26129be589e8dcf6353619 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 8 Nov 2023 15:11:37 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E5=86=85=E9=83=A8=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E7=BB=84=E5=B7=A6=E4=BE=A7=E6=A0=91=E4=B8=80=E7=BA=A7=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E7=9A=84=E6=96=B0=E5=A2=9E=E5=88=A0=E9=99=A4=E5=92=8C?= =?UTF-8?q?=E4=BA=8C=E7=BA=A7=E8=8A=82=E7=82=B9=E7=9A=84=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=B5=B0=E8=A7=92=E8=89=B2=E7=AE=A1=E7=90=86?= =?UTF-8?q?=EF=BC=8C=E4=BA=8C=E7=BA=A7=E6=96=B0=E5=A2=9E=E5=92=8C=E4=B8=89?= =?UTF-8?q?=E7=BA=A7=E7=BC=96=E8=BE=91=E5=88=A0=E9=99=A4=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=8C=89=E4=B8=80=E7=BA=A7=E6=96=B0=E5=A2=9E=E6=97=B6=E7=9A=84?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E6=9D=83=E9=99=90=E8=B5=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/system/en.js | 4 +- src/common/lang/system/zh.js | 4 +- .../internalWorkGroup/WorkingGroupList.vue | 107 ++++++++++++---- .../modules/TreeNodeModal.vue | 22 +++- .../modules/TreeNodeWorkGroupModal.vue | 117 ++++++++++++++++++ 5 files changed, 224 insertions(+), 30 deletions(-) create mode 100644 src/views/system/internalWorkGroup/modules/TreeNodeWorkGroupModal.vue diff --git a/src/common/lang/system/en.js b/src/common/lang/system/en.js index e13abcf2..a7db7c84 100644 --- a/src/common/lang/system/en.js +++ b/src/common/lang/system/en.js @@ -62,7 +62,9 @@ module.exports = { post: 'Position', templateName: 'Internal workgroup table template', exportName: 'Internal workgroup table', - nodeName: 'Node Name', + nodeName: '分会名称', + adminAuthority: '管理权限', + workGroupName: '工作组名称', user: 'User', pleaseSelectASystem: 'Please select the left system' }, diff --git a/src/common/lang/system/zh.js b/src/common/lang/system/zh.js index d76e887b..bcd8912d 100644 --- a/src/common/lang/system/zh.js +++ b/src/common/lang/system/zh.js @@ -63,7 +63,9 @@ module.exports = { post: '岗位', templateName: '内部工作组表模板', exportName: '内部工作组表', - nodeName: '节点名称', + nodeName: '分会名称', + adminAuthority: '管理权限', + workGroupName: '工作组名称', user: '用户', pleaseSelectASystem: '请选择左侧体系' }, diff --git a/src/views/system/internalWorkGroup/WorkingGroupList.vue b/src/views/system/internalWorkGroup/WorkingGroupList.vue index 0da6dacf..f1e6724f 100644 --- a/src/views/system/internalWorkGroup/WorkingGroupList.vue +++ b/src/views/system/internalWorkGroup/WorkingGroupList.vue @@ -15,8 +15,8 @@ :replaceFields="{children: 'subset', title: 'name', key: 'id'}" :default-expand-all="defaultExpandAll" @select="treeSelect"> - -