fix(用例评审): 创建时间支持排序

This commit is contained in:
baiqi 2024-11-18 11:46:15 +08:00 committed by Craftsman
parent 290a8d6429
commit 65b0da6abc
1 changed files with 4 additions and 0 deletions

View File

@ -486,6 +486,10 @@
title: 'common.createTime', title: 'common.createTime',
dataIndex: 'createTime', dataIndex: 'createTime',
showDrag: true, showDrag: true,
sortable: {
sortDirections: ['ascend', 'descend'],
sorter: true,
},
width: 180, width: 180,
}, },
{ {