From 680f64875178b5154af0d66ce41e2c04dcf93aae Mon Sep 17 00:00:00 2001 From: Renpc-kilig <308442850@qq.com> Date: Sat, 15 May 2021 18:04:16 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/static/route/examapply/list-check.html | 11 +---------- .../static/route/examapply/update-check.html | 6 ------ 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/src/main/resources/static/route/examapply/list-check.html b/src/main/resources/static/route/examapply/list-check.html index d015166..c63e483 100644 --- a/src/main/resources/static/route/examapply/list-check.html +++ b/src/main/resources/static/route/examapply/list-check.html @@ -232,15 +232,6 @@ return rowData; } }, - {field: 'planPersonNum', width: 180, title: '计划人数', align:'center', - templet: function(row) { - var rowData = row.classPlanDTO[this.field]; - if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') { - return '-'; - } - return rowData; - } - }, {field: 'planStartTime', width: 180, title: '计划开始时间', align:'center', templet: function(row) { var rowData = row.classPlanDTO[this.field]; @@ -361,7 +352,7 @@ // 考试申请批量审核 function checkMore(ids, planIds) { - top.dialog.msg('开班计划审核', { + top.dialog.msg('考试申请审核', { time: 0, btn: ['通过', '退回'], shade: 0.3, diff --git a/src/main/resources/static/route/examapply/update-check.html b/src/main/resources/static/route/examapply/update-check.html index 36cad71..0269fc3 100644 --- a/src/main/resources/static/route/examapply/update-check.html +++ b/src/main/resources/static/route/examapply/update-check.html @@ -49,12 +49,6 @@ -
- -
- -
-