fix(系统): 组织-项目成员列表优化
--bug=1046491 --user=白奇 【系统】组织-项目-成员列表样式2个优化 https://www.tapd.cn/55049933/s/1580124
This commit is contained in:
parent
eacc31f77c
commit
64b35e9549
|
@ -137,6 +137,7 @@
|
|||
dataIndex: 'name',
|
||||
showTooltip: true,
|
||||
width: 200,
|
||||
fixed: 'left',
|
||||
},
|
||||
{
|
||||
title: 'system.user.tableColumnUserGroup',
|
||||
|
@ -155,11 +156,13 @@
|
|||
{
|
||||
title: 'system.organization.phone',
|
||||
dataIndex: 'phone',
|
||||
width: 130,
|
||||
},
|
||||
{
|
||||
title: hasOperationPermission.value ? 'system.organization.operation' : '',
|
||||
slotName: 'operation',
|
||||
width: hasOperationPermission.value ? 60 : 20,
|
||||
fixed: 'right',
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue