| | |
| | | align="center" |
| | | width="100px" |
| | | label="分数" |
| | | prop="questionScore" |
| | | prop="score" |
| | | ></el-table-column> |
| | | <el-table-column |
| | | align="center" |
| | |
| | | <el-table-column |
| | | align="center" |
| | | width="150px" |
| | | label="试卷名称" |
| | | label="考试名称" |
| | | prop="examName" |
| | | ></el-table-column> |
| | | <el-table-column |
| | |
| | | const router = useRouter(); |
| | | |
| | | const checkWrong = (row) => { |
| | | checkWrongInfo(row.id, row).then((res) => { |
| | | const data = { |
| | | examId: row.examId, |
| | | questionType: row.questionType, |
| | | questionId: row.questionId |
| | | }; |
| | | checkWrongInfo(data).then((res) => { |
| | | const {id, examName, score, navbar, titleItems} = res.data; |
| | | gradeStore.setExamInfo({ |
| | | id, |