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: '考试时长',