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 @@
- 用户头像 {{ userStore.user?.username || '用户名' }} @@ -22,7 +24,9 @@ 我的课程
@@ -32,7 +36,9 @@ 我的作业 @@ -42,7 +48,9 @@ 我的考试 @@ -52,7 +60,9 @@ 我的练习 @@ -62,7 +72,9 @@ 我的活动 @@ -72,7 +84,9 @@ 我的消息 @@ -82,7 +96,9 @@ 我的资料 @@ -92,7 +108,9 @@ 我的下载 @@ -122,7 +140,8 @@ {{ getStatusText(course.status) }} @@ -229,7 +248,11 @@
- +
@@ -336,6 +359,559 @@
+ +
+ +
+ 全部考试 + 未开始 + 进行中 + 已结束 +
+ + +
+ + +
+
+ +
{{ exam.title }}
+ + +
+ {{ exam.score }}分 +
+ + +
+
+ 考试日期: + {{ exam.examDate }} +
+
+ 考试时间: + {{ exam.duration }}分钟 +
+
+ 考试题量: + {{ exam.questionCount }}题 +
+
+ + +
+ {{ exam.description }} +
+ + + +
+
+
+ + +
+ +
+ 全部练习 + 练习中 + 已结束 +
+ + +
+ + +
+
+ +
+ {{ practice.score }}分 +
+ + +

{{ practice.title }}

+ + +
+
+ 练习日期: + {{ practice.practiceDate }} +
+
+ 练习时间: + {{ practice.duration }}分钟 +
+
+ 题库数量: + {{ practice.questionCount }} +
+
+ + + + +
+
+ 答对 + {{ practice.correctCount }}题 +
+
+ 答错 + {{ practice.wrongCount }}题 +
+
+ + +
+
练习简介
+
+ 练习涵盖C++基础语法、面向对象编程、数据结构等核心内容,旨在全面评估学生对C++编程语言的掌握程度和实际应用能力。 +
+
+ + + +
+
+
+ + +
+ +
+ 全部活动 + 进行中 + 已结束 +
+ + +
+ + +
+
+ +
+ 活动图片 +
+ + +

{{ activity.title }}

+ + + +
+
活动简介
+
+ {{ activity.description }} +
+
+ + +
+
+ 活动时间: + {{ activity.activityDate }} +
+
+ 活动类型: + {{ activity.activityType }} +
+
+ 已报名: + {{ activity.registeredCount }} +
+
+ + + + + +
+
+
+ + +
+ +
+
+ + 评论 + 3 + + + 系统消息 + +
+
+ 全部已读 + 按时间 +
+
+ + +
+ +
+ +
+ + +
+ +
+ + +
{{ msg.date }}
+
+ + +
+ + + +
+ + +
+
+ +
+ 取消 + 发送 +
+
+
+ + +
+
{{ msg.replyContent }}
+
+
+
+ + +
+ +
+ + +
+ +
+
+
+
{{ sysMsg.title }}
+
+ {{ sysMsg.subtitle }} + 查看详情> +
+
+
{{ sysMsg.date }}
+
+
+
+
+
+ + +
+ +
+
+ + 基础信息 + + + 密码修改 + +
+
+ + +
+
+

基础信息

+ + +
+
+ +
+ 编辑头像 +
+
+
+ + +
+
+
+ + +
+
+ + +
+
+ + +
+
+
+
+
+ + +
+
+

密码修改

+ +
+ +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ +
+
+
+
+
+ + +
+ +
+
+ + 课件 + + + 证书 + + + 资源库 + +
+
+ + + + + +
+
+
+ + +
+
+ +
+ + +
+
+
+
+ 已全部加载,共17个文件 + +
+
+ + +
+
+
+ +
+ + +
+
+
+ 文件图标 +
+
{{ file.name }}
+
+
+
+

{{ getTabTitle(activeTab) }}

@@ -388,20 +964,212 @@ + +
+
+ +
+ +
+ + +
+ +
+
+

{{ currentExamDetail.title }}

+
+ + +
+
+ +
+ {{ String(index + 1).padStart(2, '0') }} + {{ question.title }} + +59 +
+ + +
+ {{ 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') }} +
+
+
+
+ + +
+
+ + 答对 +
+
+ + 答错 +
+
+ + +
+
+
+
+
+
+
+