xiangpei
2024-10-31 8c739c86e6c6142881ebb2b1615f6b5ccf9aca55
src/views/grade/index.vue
@@ -8,7 +8,7 @@
            {{ examInfo.examName }}
          </div>
          <AnswerGrade></AnswerGrade>
          <div class="return-container grow flex justify-end">
            <el-button type="danger" size="large" circle @click="closeClick">
              <template #icon>
@@ -97,7 +97,7 @@
const gradeStore = useGradeStore();
const { currentType, currentIndex, examDetail, examType, examInfo } = storeToRefs(gradeStore);
console.log("我草泥马:", storeToRefs(gradeStore))
const typeComponent = {
  1: AnswerSingle,
  2: AnswerMultiple,
@@ -222,4 +222,4 @@
  background-color: rgba($color: #3680fa, $alpha: 0.2);
  margin-bottom: 20px;
}
</style>
</style>