feat: 首页筛选,国际化
This commit is contained in:
@@ -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) => {
|
||||
|
Reference in New Issue
Block a user