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 }} + + + + + +
+