From 1a26433c5fab6aafcb9b8650fdfd06e741888943 Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Wed, 3 Jul 2024 16:47:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E9=83=A8=E9=97=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/elExam/onlineExam/onlineExam.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ruoyi-admin/src/main/resources/templates/system/elExam/onlineExam/onlineExam.html b/ruoyi-admin/src/main/resources/templates/system/elExam/onlineExam/onlineExam.html index 4aa0a8c..9e3e424 100644 --- a/ruoyi-admin/src/main/resources/templates/system/elExam/onlineExam/onlineExam.html +++ b/ruoyi-admin/src/main/resources/templates/system/elExam/onlineExam/onlineExam.html @@ -59,6 +59,18 @@ return $.table.selectDictLabel(types, value); } }, + { + field: 'timeLimit', + title: '是否限时', + align: 'center', + formatter: function(value, row, index) { + if(value=='1'){ + return '限时'; + }else{ + return '不限时'; + } + } + }, { field: 'totalTime', title: '考试时长',