From da8eab0cebc306bf6c3bed87f7e93a2f1f3299f2 Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Tue, 19 Nov 2024 09:18:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/elExam/userExam/view.html | 43 +++++++++++-------- 1 file changed, 24 insertions(+), 19 deletions(-) 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 b5e8a20..4db4941 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 @@ -6,31 +6,36 @@
- +
+ - - - 考试时间:{{ formatDate(item.createTime) }} - + + + 考试时间:{{ formatDate(item.createTime) }} + - - 考试用时:{{ item.userTime }}分钟 - + + 考试用时:{{ item.userTime }}分钟 + - - 考试得分:{{ item.userScore }} - + + 考试得分:{{ item.userScore }} + - - 是否合格:{{ item.userScore > item.qualifyScore ?'是':'否' }} - + + 是否合格:{{ item.userScore > item.qualifyScore ?'是':'否' }} + - - 考试状态:{{ item.stateName}} - - - + + 考试状态:{{ item.stateName}} + + + + +
+ +