feat: 首页筛选,国际化

This commit is contained in:
秋水浮尘
2023-10-26 00:24:30 +08:00
parent 4ca025b951
commit cca526f7a1
2 changed files with 6 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ const QuestionList = (props) => {
},
],
onFilter: (value, record) => {
return value === 0 ? record : record.grade === value
return value === 0 ? record : record.subjectDifficult === value
},
width: 90,
render: (key) => {