fix(系统): 组织-项目成员列表优化

--bug=1046491 --user=白奇 【系统】组织-项目-成员列表样式2个优化 https://www.tapd.cn/55049933/s/1580124
This commit is contained in:
baiqi 2024-09-18 17:31:10 +08:00 committed by Craftsman
parent eacc31f77c
commit 64b35e9549
1 changed files with 3 additions and 0 deletions

View File

@ -137,6 +137,7 @@
dataIndex: 'name', dataIndex: 'name',
showTooltip: true, showTooltip: true,
width: 200, width: 200,
fixed: 'left',
}, },
{ {
title: 'system.user.tableColumnUserGroup', title: 'system.user.tableColumnUserGroup',
@ -155,11 +156,13 @@
{ {
title: 'system.organization.phone', title: 'system.organization.phone',
dataIndex: 'phone', dataIndex: 'phone',
width: 130,
}, },
{ {
title: hasOperationPermission.value ? 'system.organization.operation' : '', title: hasOperationPermission.value ? 'system.organization.operation' : '',
slotName: 'operation', slotName: 'operation',
width: hasOperationPermission.value ? 60 : 20, width: hasOperationPermission.value ? 60 : 20,
fixed: 'right',
}, },
]; ];