diff --git a/src/components/examination/subject.vue b/src/components/examination/subject.vue
index 74af4beb..ebe00c50 100644
--- a/src/components/examination/subject.vue
+++ b/src/components/examination/subject.vue
@@ -1,13 +1,12 @@
-
- {{ subject_type_text }}
-
- 5分
-
-
-
+ {{ subject_type_text }}
+ {{ item.tgtGrade }}分
+
+
+
+
-
+
+ 展开
+
+
@@ -38,7 +39,7 @@
+
+
+ 正确答案:{{ correctResultLabel.join('') }}
+
+
+ 你的答案:
+ {{ myResultLabel.join('') }}
+
+
+
+ 题目解析:{{subject_data?.analyContent}}
+
+