From 1311d36649e5ab0e24e4dc346183f6852717097b Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Tue, 9 Jul 2024 16:10:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/elExam/onlineExam/toExam.html | 2 +- .../system/elExam/userExam/view.html | 107 +++++++++--------- 2 files changed, 53 insertions(+), 56 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/elExam/onlineExam/toExam.html b/ruoyi-admin/src/main/resources/templates/system/elExam/onlineExam/toExam.html index 8fb8f78..06b6670 100644 --- a/ruoyi-admin/src/main/resources/templates/system/elExam/onlineExam/toExam.html +++ b/ruoyi-admin/src/main/resources/templates/system/elExam/onlineExam/toExam.html @@ -56,7 +56,7 @@
试卷总分:[[${ exam.totalScore }]]分
及格分数:[[${ exam.qualifyScore }]]分
考试描述:[[${ exam.content }]]
-
开放类型:[[${ exam.openType}]]
+
开放类型:
diff --git a/ruoyi-admin/src/main/resources/templates/system/elExam/userExam/view.html b/ruoyi-admin/src/main/resources/templates/system/elExam/userExam/view.html index f57b13c..30de060 100644 --- a/ruoyi-admin/src/main/resources/templates/system/elExam/userExam/view.html +++ b/ruoyi-admin/src/main/resources/templates/system/elExam/userExam/view.html @@ -2,66 +2,63 @@ + -
- -
-
-
-
- -
- [[${#dates.format(columns.updateTime, 'yyyy-MM-dd hh:MM:ss')}]] -
-
-
-
-
- -
- [[${columns.userTime}]]分钟 -
-
-
-
-
-
-
- -
- [[${columns.userScore}]] -
-
-
-
-
- -
- [[${columns.qualifyScore}]] -
-
-
-
-
-
-
- -
- 考试中 - 待阅卷 - 已完成 - 弃考 -
-
-
-
-
- +
+
+ + + + + 考试时间:{{ formatDate(item.createTime) }} + + + + 考试用时:{{ item.userTime }}分钟 + + + + 考试得分:{{ item.userScore }} + + + + 是否合格:{{ item.userScore > item.qualifyScore ?'是':'否' }} + + + + 考试状态:{{ item.state | paperStateFilter }} + + + + + +
+