[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
@@ -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' },