fix(表格): 用户组快捷切换
This commit is contained in:
parent
5cb8a77abb
commit
c8930f6d6b
|
@ -172,7 +172,6 @@
|
|||
slotName: 'userRoles',
|
||||
dataIndex: 'userRoles',
|
||||
showDrag: true,
|
||||
isTag: true,
|
||||
width: 300,
|
||||
},
|
||||
{
|
||||
|
|
|
@ -223,7 +223,7 @@
|
|||
dataIndex: 'userRoleIdNameMap',
|
||||
showInTable: true,
|
||||
showDrag: true,
|
||||
isTag: true,
|
||||
width: 300,
|
||||
},
|
||||
{
|
||||
title: 'organization.member.tableColunmStatus',
|
||||
|
|
|
@ -377,7 +377,6 @@
|
|||
title: 'system.user.tableColumnUserGroup',
|
||||
dataIndex: 'userRoleList',
|
||||
slotName: 'userGroup',
|
||||
isTag: true,
|
||||
showDrag: true,
|
||||
width: 300,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue