ZhangXianQiang
2024-06-20 5dfecfeae08069e1debd637a8b02e3c1616af2da
fix:修改成绩单页面问题
1个文件已修改
2 ■■■■■ 已修改文件
src/views/grade/components/answer-sheet/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/grade/components/answer-sheet/index.vue
@@ -27,8 +27,6 @@
const activeNames = ref(examDetail.value.map(item => item.questionType));
const itemClass = (question,type,index) => {
  console.log(question);
  console.log(question.isRight);
  return {
    right: question.isRight,
    wrong: !question.isRight,