fix(用例管理): 修复功能用例更新人有排序问题

--bug=1040021 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001040021
This commit is contained in:
guoyuqi 2024-04-24 15:53:52 +08:00 committed by 刘瑞斌
parent 57b59bda49
commit 11cdd7a7b3
2 changed files with 0 additions and 8 deletions

View File

@ -656,10 +656,6 @@
showTooltip: true,
dataIndex: 'updateUserName',
titleSlotName: 'updateUserFilter',
sortable: {
sortDirections: ['ascend', 'descend'],
sorter: true,
},
showInTable: true,
width: 200,
showDrag: true,

View File

@ -443,10 +443,6 @@
slotName: 'updateUserName',
dataIndex: 'updateUser',
titleSlotName: 'updateUserFilter',
sortable: {
sortDirections: ['ascend', 'descend'],
sorter: true,
},
showInTable: true,
showTooltip: true,
width: 200,