From 4d0a96e7408ff889dd0aa8bdf45210186aa7a08e Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Thu, 4 Jul 2024 11:29:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=80=83=E8=AF=95=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/exam/UserExamController.java | 2 +- .../system/elExam/userExam/userExam.html | 2 +- .../system/elExam/userExam/view.html | 65 +++++++++++++++++++ 3 files changed, 67 insertions(+), 2 deletions(-) create mode 100644 ruoyi-admin/src/main/resources/templates/system/elExam/userExam/view.html diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/exam/UserExamController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/exam/UserExamController.java index 3fe400e..19abcf1 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/exam/UserExamController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/exam/UserExamController.java @@ -63,7 +63,7 @@ public class UserExamController extends BaseController { public String detail(@PathVariable("examId") String examId, @PathVariable("userId") Long userId, ModelMap mmap) { List list = userExamManager.detail(examId, userId); mmap.put("list", list); - return prefix + "/userExam"; + return prefix + "/view"; } diff --git a/ruoyi-admin/src/main/resources/templates/system/elExam/userExam/userExam.html b/ruoyi-admin/src/main/resources/templates/system/elExam/userExam/userExam.html index 74db87e..2b5e083 100644 --- a/ruoyi-admin/src/main/resources/templates/system/elExam/userExam/userExam.html +++ b/ruoyi-admin/src/main/resources/templates/system/elExam/userExam/userExam.html @@ -80,7 +80,7 @@ align: 'center', formatter: function(value, row, index) { var actions = []; - actions.push('考试明细 '); + actions.push('考试明细 '); return actions.join(''); } }] 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 new file mode 100644 index 0000000..19afe8c --- /dev/null +++ b/ruoyi-admin/src/main/resources/templates/system/elExam/userExam/view.html @@ -0,0 +1,65 @@ + + + + + + +
+ +
+
+
+ +
+ [[${#dates.format(columns.updateTime, 'yyyy-MM-dd hh:MM:ss')}]] +
+
+
+
+
+ +
+ [[${columns.userTime}]]分钟 +
+
+
+
+
+
+
+ +
+ [[${columns.userScore}]] +
+
+
+
+
+ +
+ [[${columns.qualifyScore}]] +
+
+
+
+
+
+
+ +
+ 考试中 + 待阅卷 + 已完成 + 弃考 +
+
+
+
+ +
+ + + +