fix(用例管理): 修复功能用例更新人有排序问题
--bug=1040021 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001040021
This commit is contained in:
parent
57b59bda49
commit
11cdd7a7b3
|
@ -656,10 +656,6 @@
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
dataIndex: 'updateUserName',
|
dataIndex: 'updateUserName',
|
||||||
titleSlotName: 'updateUserFilter',
|
titleSlotName: 'updateUserFilter',
|
||||||
sortable: {
|
|
||||||
sortDirections: ['ascend', 'descend'],
|
|
||||||
sorter: true,
|
|
||||||
},
|
|
||||||
showInTable: true,
|
showInTable: true,
|
||||||
width: 200,
|
width: 200,
|
||||||
showDrag: true,
|
showDrag: true,
|
||||||
|
|
|
@ -443,10 +443,6 @@
|
||||||
slotName: 'updateUserName',
|
slotName: 'updateUserName',
|
||||||
dataIndex: 'updateUser',
|
dataIndex: 'updateUser',
|
||||||
titleSlotName: 'updateUserFilter',
|
titleSlotName: 'updateUserFilter',
|
||||||
sortable: {
|
|
||||||
sortDirections: ['ascend', 'descend'],
|
|
||||||
sorter: true,
|
|
||||||
},
|
|
||||||
showInTable: true,
|
showInTable: true,
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
width: 200,
|
width: 200,
|
||||||
|
|
Loading…
Reference in New Issue