diff --git a/pages/train_management/exam_record.vue b/pages/train_management/exam_record.vue
index 29794eb..1c05db3 100644
--- a/pages/train_management/exam_record.vue
+++ b/pages/train_management/exam_record.vue
@@ -1,457 +1,344 @@
-
-
- 试卷名称-综合素质测评
- (满分: 100分)
-
+
+
+ 试卷名称-综合素质测评
+ (满分: 100分)
+
-
- 姓名: 测试者
- 分数: 85分
- 考试时间: 2024-12-30
-
+
+ 姓名: 测试者
+ 分数: 85分
+ 考试时间: 2024-12-30
+
-
- 签字:
-
-
+
+ 签字:
+
+
-
- {{ activeIndex || 1 }}/{{ totalCount }}
-
+
+ 当前试题: {{ current + 1 }}/{{ questionList.length }}
+
-
-
-
- {{ handleCalcQuestType(item.questionType) }}
-
- {{ index + 1 }}.
- {{ item.stem }}
-
-
-
- {{ option.label }}. {{ option.value }}
-
-
-
-
- 正确答案:
-
- {{ item.answer }}
-
-
-
-
-
+
+
+
+ {{ handleCalcQuestType(questionList[current].questiontype) }}
+
+ {{ current + 1 }}.
+ {{ questionList[current].questiondry }}
+
+
+
+ {{ item }}
+
+ {{ questionList[current]['option' + item.toLocaleLowerCase()] }}
+
+
+
+
+
+ {{ item }}
+
+ {{ questionList[current]['option' + item.toLocaleLowerCase()] }}
+
+
+
+
+
+
+ {{ questionList[current]['option' + item.toLocaleLowerCase()] }}
+
+
+
+
+
+ 正确答案
+
+ {{ questionList[current].answerright === 'A' ? '对' : '错' }}
+
+ {{ questionList[current].answerright || '无' }}
+ 权威解读
+ {{ questionList[current].descr || "无" }}
+
+
+
+
+
diff --git a/pages/train_management/index.vue b/pages/train_management/index.vue
index 57d4d9b..b65f5c7 100644
--- a/pages/train_management/index.vue
+++ b/pages/train_management/index.vue
@@ -45,6 +45,8 @@