fix(表格): 用户组快捷切换

This commit is contained in:
baiqi 2024-08-15 11:09:40 +08:00 committed by 刘瑞斌
parent 5cb8a77abb
commit c8930f6d6b
3 changed files with 1 additions and 3 deletions

View File

@ -172,7 +172,6 @@
slotName: 'userRoles',
dataIndex: 'userRoles',
showDrag: true,
isTag: true,
width: 300,
},
{

View File

@ -223,7 +223,7 @@
dataIndex: 'userRoleIdNameMap',
showInTable: true,
showDrag: true,
isTag: true,
width: 300,
},
{
title: 'organization.member.tableColunmStatus',

View File

@ -377,7 +377,6 @@
title: 'system.user.tableColumnUserGroup',
dataIndex: 'userRoleList',
slotName: 'userGroup',
isTag: true,
showDrag: true,
width: 300,
},