From d49db93602999b1dea6d8b05ff85306d130682e7 Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Thu, 4 Jul 2024 08:33:39 +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 --- .../resources/templates/system/elExam/exam/exam.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ruoyi-admin/src/main/resources/templates/system/elExam/exam/exam.html b/ruoyi-admin/src/main/resources/templates/system/elExam/exam/exam.html index b6e3842..c45150b 100644 --- a/ruoyi-admin/src/main/resources/templates/system/elExam/exam/exam.html +++ b/ruoyi-admin/src/main/resources/templates/system/elExam/exam/exam.html @@ -81,6 +81,18 @@ return $.table.selectDictLabel(types, value); } }, + { + field: 'timeLimit', + title: '是否限时', + align: 'center', + formatter: function(value, row, index) { + if(value=='1'){ + return '限时'; + }else{ + return '不限时'; + } + } + }, { field: 'totalScore', title: '考试总分',