fix(系统设置): 用户列表表头设置禁用展示问题
--bug=1036658 --user=宋昌昌 【系统设置】系统-用户:表头显示设计逻辑问题反馈 https://www.tapd.cn/55049933/s/1551079
This commit is contained in:
parent
7c3755157e
commit
f7dcfa8caa
|
@ -345,18 +345,21 @@
|
||||||
dataIndex: 'email',
|
dataIndex: 'email',
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
sortIndex: 0,
|
sortIndex: 0,
|
||||||
|
columnSelectorDisabled: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'system.user.tableColumnName',
|
title: 'system.user.tableColumnName',
|
||||||
dataIndex: 'name',
|
dataIndex: 'name',
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
sortIndex: 1,
|
sortIndex: 1,
|
||||||
|
columnSelectorDisabled: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'system.user.tableColumnEmail',
|
title: 'system.user.tableColumnEmail',
|
||||||
dataIndex: 'email',
|
dataIndex: 'email',
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
sortIndex: 2,
|
sortIndex: 2,
|
||||||
|
columnSelectorDisabled: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'system.user.tableColumnPhone',
|
title: 'system.user.tableColumnPhone',
|
||||||
|
|
Loading…
Reference in New Issue