fix(用例管理): 修复功能用例回收站创建时间排序问题

--bug=1036291 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001036291
This commit is contained in:
guoyuqi 2024-02-28 09:46:52 +08:00 committed by 刘瑞斌
parent d91463df40
commit 24fad297ee
1 changed files with 2 additions and 1 deletions

View File

@ -445,10 +445,11 @@
title: 'caseManagement.featureCase.tableColumnCreateTime',
slotName: 'createTime',
dataIndex: 'createTime',
showInTable: true,
sortable: {
sortDirections: ['ascend', 'descend'],
sorter: true,
},
showInTable: true,
width: 200,
showDrag: true,
},