From 986f2810a455df224c8221a859da6987169d1338 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 2 Aug 2024 16:56:37 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E5=88=86=E7=BB=84=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=88=9B=E5=BB=BA=E4=BA=BA=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/system/zh.js | 3 ++- src/views/system/groupManage/GroupManageList.vue | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/common/lang/system/zh.js b/src/common/lang/system/zh.js index e313e6ed..3376d3dc 100644 --- a/src/common/lang/system/zh.js +++ b/src/common/lang/system/zh.js @@ -123,6 +123,7 @@ module.exports = { groupName: '分组名称', peopleNumber: '人数', groupMembers: '组内人员', - userName: '用户名称' + userName: '用户名称', + createUser: '创建人' } } diff --git a/src/views/system/groupManage/GroupManageList.vue b/src/views/system/groupManage/GroupManageList.vue index 4e157e04..aa13c831 100644 --- a/src/views/system/groupManage/GroupManageList.vue +++ b/src/views/system/groupManage/GroupManageList.vue @@ -115,6 +115,13 @@ export default { dataIndex: 'userNames', scopedSlots: { customRender: 'text' } }, + { + title: this.$t('system.groupMange.createUser'), + align: 'center', + width: 180, + dataIndex: 'createUserName', + scopedSlots: { customRender: 'text' } + }, { title: this.$t('operation'), scopedSlots: { customRender: 'action' },