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