style(系统设置): 系统设置组织成员列表style修改
This commit is contained in:
parent
311b122cda
commit
32e5fd3a07
|
@ -194,7 +194,7 @@
|
||||||
{
|
{
|
||||||
title: 'organization.member.tableColunmEmail',
|
title: 'organization.member.tableColunmEmail',
|
||||||
dataIndex: 'email',
|
dataIndex: 'email',
|
||||||
width: 200,
|
width: 150,
|
||||||
showInTable: true,
|
showInTable: true,
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
|
@ -229,7 +229,7 @@
|
||||||
slotName: 'enable',
|
slotName: 'enable',
|
||||||
dataIndex: 'enable',
|
dataIndex: 'enable',
|
||||||
showInTable: true,
|
showInTable: true,
|
||||||
width: 200,
|
width: 100,
|
||||||
showDrag: true,
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -262,7 +262,7 @@
|
||||||
getMemberList,
|
getMemberList,
|
||||||
{
|
{
|
||||||
tableKey: TableKeyEnum.ORGANIZATION_MEMBER,
|
tableKey: TableKeyEnum.ORGANIZATION_MEMBER,
|
||||||
scroll: { x: 1600 },
|
scroll: { x: '100%' },
|
||||||
selectable: hasAnyPermission(['ORGANIZATION_MEMBER:READ+ADD', 'ORGANIZATION_MEMBER:READ+UPDATE']),
|
selectable: hasAnyPermission(['ORGANIZATION_MEMBER:READ+ADD', 'ORGANIZATION_MEMBER:READ+UPDATE']),
|
||||||
heightUsed: 288,
|
heightUsed: 288,
|
||||||
showSetting: true,
|
showSetting: true,
|
||||||
|
|
Loading…
Reference in New Issue