[update] 分组管理增加创建人列
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user