diff --git a/src/views/Profile.vue b/src/views/Profile.vue
index 2c9babb..7ae5df5 100644
--- a/src/views/Profile.vue
+++ b/src/views/Profile.vue
@@ -5,10 +5,12 @@
+
+
+ 全部考试
+ 未开始
+ 进行中
+ 已结束
+
+
+
+
+
+
+
+
+
+
{{ exam.title }}
+
+
+
+ {{ exam.score }}分
+
+
+
+
+
+ 考试日期:
+ {{ exam.examDate }}
+
+
+ 考试时间:
+ {{ exam.duration }}分钟
+
+
+ 考试题量:
+ {{ exam.questionCount }}题
+
+
+
+
+
+ {{ exam.description }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 已全部加载,共17个文件
+
+
+
+
+
+
+
+
+
+
![文件图标]()
+
+
{{ file.name }}
+
+
+
+
{{ getTabTitle(activeTab) }}
@@ -388,20 +964,212 @@
+
+
+
+
+
+
+
+
+
+
+
+
{{ currentExamDetail.title }}
+
+
+
+
+
+
+
+
+
+
+ {{ question.content }}
+
+
+
+
+
+
+
+
+
+
{{ option.text }}
+
+
![]()
+
+
+
+
+
+
+
+
+
+
+
答案解析:
+
+ 这道题考查的是危险化学品安全管理的相关知识点,根据相关法规要求,危险化学品生产企业应当提供完整的安全技术说明书和应急处理措施。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ currentExamDetail.score }}
+
+
+
得分
+
+
+
+
+
+ {{ currentDetailType === 'exam' ? '交卷时间:' : '练习时间:' }}
+ {{ currentDetailType === 'exam' ? (currentExamDetail as any).examDate : (currentExamDetail as any).practiceDate }}
+
+
+ {{ currentDetailType === 'exam' ? '考试时长:' : '练习时长:' }}
+ {{ currentExamDetail.duration }}分钟
+
+
+ {{ currentDetailType === 'exam' ? '考试题量:' : '练习题量:' }}
+ {{ currentExamDetail.totalQuestions }}题
+
+
+
+
+
+
+
+
{{ currentExamDetail.correctCount }}
+
答对题数
+
+
+
{{ currentExamDetail.wrongCount }}
+
答错题数
+
+
+
{{ currentExamDetail.totalQuestions - currentExamDetail.correctCount - currentExamDetail.wrongCount }}
+
答对题数
+
+
+
+
+
+
+
答题卡
+
+
+
+
单选 (10)
+
+
+ {{ String(i).padStart(2, '0') }}
+
+
+
+
+
+
+
多选 (10)
+
+
+ {{ String(i).padStart(2, '0') }}
+
+
+
+
+
+
+
+
+
+ 答对
+
+
+
+ 答错
+
+
+
+
+
+
+
+
+
+
+
+