[update] 分组管理增加创建人列

This commit is contained in:
lideqin
2024-08-02 16:56:37 +08:00
parent 35c47333e0
commit 986f2810a4
2 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -123,6 +123,7 @@ module.exports = {
groupName: '分组名称',
peopleNumber: '人数',
groupMembers: '组内人员',
userName: '用户名称'
userName: '用户名称',
createUser: '创建人'
}
}
@@ -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' },