src/views/exam/components/answer-sheet/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/exam/components/answer-sheet/index.vue
@@ -28,7 +28,7 @@ const itemClass = (question,type,index) => { return { answer: question.answer || question.answerList, answer: question.answer || (question.answerList && question.answerList.length), active: currentType.value === type && currentIndex.value === index } }