Commit 05ef2501 by yuananting

Merge branch 'feature/chenshu/educationalTools' into dev

parents d0016469 fd1db696
...@@ -68,8 +68,8 @@ function ExaminationManager(props: any) { ...@@ -68,8 +68,8 @@ function ExaminationManager(props: any) {
descend: 'PASS_CNT_DESC' descend: 'PASS_CNT_DESC'
}, },
examCreateTime: { examCreateTime: {
ascend: 'EXAM_START_TIME_ASC', ascend: 'CREATED_ASC',
descend: 'EXAM_START_TIME_DESC' descend: 'CREATED_DESC'
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment