fix(缺陷管理): 修复回收站表头设置可以对id进行操作的问题
--bug=1036455 --user=宋天阳 【缺陷管理】回收站,表头显示设置,ID可以排序和取消勾选 https://www.tapd.cn/55049933/s/1472098
This commit is contained in:
parent
2a86504f10
commit
5b049652f1
|
@ -106,12 +106,26 @@
|
|||
{
|
||||
title: 'bugManagement.ID',
|
||||
dataIndex: 'num',
|
||||
showDrag: true,
|
||||
width: 80,
|
||||
showTooltip: true,
|
||||
sortable: {
|
||||
sortDirections: ['ascend', 'descend'],
|
||||
sorter: true,
|
||||
},
|
||||
showInTable: true,
|
||||
columnSelectorDisabled: true,
|
||||
},
|
||||
{
|
||||
title: 'bugManagement.bugName',
|
||||
dataIndex: 'title',
|
||||
width: 200,
|
||||
showTooltip: true,
|
||||
sortable: {
|
||||
sortDirections: ['ascend', 'descend'],
|
||||
sorter: true,
|
||||
},
|
||||
showInTable: true,
|
||||
columnSelectorDisabled: true,
|
||||
},
|
||||
{
|
||||
title: 'bugManagement.creator',
|
||||
|
|
Loading…
Reference in New Issue