diff --git a/src/views/projectFront/examination/test.vue b/src/views/projectFront/examination/test.vue
index d72910fb..fc461bef 100644
--- a/src/views/projectFront/examination/test.vue
+++ b/src/views/projectFront/examination/test.vue
@@ -5,70 +5,51 @@
交卷之前离开当前页面会导致本次考试作废!
-
-
- {{ index + 1 }}、{{ item.questionName }}({{ item.questionScore }}分)
-
-
-
{
- changeChecked(e, item.questionId, index)
- }
- "
+
+
-
{{ indexList[index] }}、{{ data.optionName }}
-
-
-
-
+
+ {{ index + 1 }}、{{ item.questionName }}({{
+ item.questionScore
+ }}分)
+
- {
changeChecked(e, item.questionId, index)
}
"
- v-for="(data, index2) in item.optionList"
- :key="index2"
- :label="data.optionId"
- >{{ indexList[index2] }}、{{ data.optionName }}
-
-
+ {{ indexList[index] }}、{{ data.optionName }}
+
+
+
+ {
+ changeChecked(e, item.questionId, index)
+ }
+ "
+ v-for="(data, index2) in item.optionList"
+ :key="index2"
+ :label="data.optionId"
+ >{{ indexList[index2] }}、{{ data.optionName }}
+
+
+