Commit dbc9874b by zhujian

'fix'

parent 8985008f
...@@ -60,8 +60,8 @@ function DataAnalysic(props: any) { ...@@ -60,8 +60,8 @@ function DataAnalysic(props: any) {
const orderEnum = { const orderEnum = {
score: { score: {
ascend: 'CREATED_ASC', ascend: 'EXAM_SCORE_ASC',
descend: 'ACCURACY_DESC' descend: 'EXAM_SCORE_DESC'
}, },
userDuration: { userDuration: {
ascend: 'USER_DURATION_ASC', ascend: 'USER_DURATION_ASC',
......
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