From 0a8c11776e79f1aab3a497dfade8a9fce7055eea Mon Sep 17 00:00:00 2001 From: danshihao Date: Mon, 30 Oct 2023 10:03:43 +0800 Subject: [PATCH] =?UTF-8?q?[add]=20=E5=86=85=E9=83=A8=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E7=BB=84=E9=80=89=E6=8B=A9=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/en-us.js | 6 + src/common/lang/zh-cn.js | 6 + .../selection/WorkGroupSelection.vue | 213 ++++++++++++ .../selection/WorkGroupSelectionModal.vue | 316 ++++++++++++++++++ 4 files changed, 541 insertions(+) create mode 100644 src/components/selection/WorkGroupSelection.vue create mode 100644 src/components/selection/WorkGroupSelectionModal.vue diff --git a/src/common/lang/en-us.js b/src/common/lang/en-us.js index d765d139..6ff5f4df 100644 --- a/src/common/lang/en-us.js +++ b/src/common/lang/en-us.js @@ -541,6 +541,12 @@ module.exports = { selectedPersonnel: '已选人员', workGroup: '内部工作组' }, + // 内部工作组选择器 + workGroupSelect: { + select: '选择', + selectWorkGroup: '选择内部工作组', + enterWorkGroupPressEnter: '请输入工作组名称按回车进行搜索' + }, // 弹框上传附件 uploadFile: { clickUpload: 'Click To Upload', diff --git a/src/common/lang/zh-cn.js b/src/common/lang/zh-cn.js index 389b9fd2..9189446c 100644 --- a/src/common/lang/zh-cn.js +++ b/src/common/lang/zh-cn.js @@ -562,6 +562,12 @@ module.exports = { selectedPersonnel: '已选人员', workGroup: '内部工作组' }, + // 内部工作组选择器 + workGroupSelect: { + select: '选择', + selectWorkGroup: '选择内部工作组', + enterWorkGroupPressEnter: '请输入工作组名称按回车进行搜索' + }, // 弹框上传附件 uploadFile: { clickUpload: '点击上传', diff --git a/src/components/selection/WorkGroupSelection.vue b/src/components/selection/WorkGroupSelection.vue new file mode 100644 index 00000000..cf51116e --- /dev/null +++ b/src/components/selection/WorkGroupSelection.vue @@ -0,0 +1,213 @@ + + + + + diff --git a/src/components/selection/WorkGroupSelectionModal.vue b/src/components/selection/WorkGroupSelectionModal.vue new file mode 100644 index 00000000..56c45071 --- /dev/null +++ b/src/components/selection/WorkGroupSelectionModal.vue @@ -0,0 +1,316 @@ + + + + +