fix(用例评审): 创建时间支持排序
This commit is contained in:
parent
290a8d6429
commit
65b0da6abc
|
@ -486,6 +486,10 @@
|
|||
title: 'common.createTime',
|
||||
dataIndex: 'createTime',
|
||||
showDrag: true,
|
||||
sortable: {
|
||||
sortDirections: ['ascend', 'descend'],
|
||||
sorter: true,
|
||||
},
|
||||
width: 180,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue