feat: 首页逻辑

This commit is contained in:
秋水浮尘
2023-10-18 01:49:01 +08:00
parent 5214648d90
commit 9828f6cbbb
11 changed files with 291 additions and 79 deletions

View File

@@ -37,11 +37,11 @@ const QuestionList = (props) => {
</div></div>,
key: "questionNo",
align: "centlefter",
render: (item) => {
render: (item, record) => {
return (
<div className="question-info-container">
<div className="question-info-desc">
{item.questionTitle}
{record.subjectName}
</div>
<div className="question-info-tags">
@@ -60,8 +60,8 @@ const QuestionList = (props) => {
},
{
title: "难度",
dataIndex: "grade",
key: "grade",
dataIndex: "subjectDifficult",
key: "subjectDifficult",
align: "center",
filters: [
{