fix(缺陷管理): 修复回收站表头设置可以对id进行操作的问题

--bug=1036455 --user=宋天阳 【缺陷管理】回收站,表头显示设置,ID可以排序和取消勾选 https://www.tapd.cn/55049933/s/1472098
This commit is contained in:
song-tianyang 2024-03-08 18:13:53 +08:00 committed by 刘瑞斌
parent 2a86504f10
commit 5b049652f1
1 changed files with 15 additions and 1 deletions

View File

@ -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',