From 3c46ab1cb53ce7bcdb6879a2e76622a32301540d Mon Sep 17 00:00:00 2001 From: Renpc-kilig <308442850@qq.com> Date: Sat, 15 May 2021 18:51:04 +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 --- src/main/resources/static/route/examapply/list-check.html | 2 +- src/main/resources/static/route/examapply/update-check.html | 2 +- src/main/resources/static/route/examcheck/update.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/static/route/examapply/list-check.html b/src/main/resources/static/route/examapply/list-check.html index b9fc5d5..61849a8 100644 --- a/src/main/resources/static/route/examapply/list-check.html +++ b/src/main/resources/static/route/examapply/list-check.html @@ -295,7 +295,7 @@ return rowData; } }, - {field: 'status', width: 180, title: '查看考场信息', align:'center', + {field: 'status', fixed: 'right', width: 180, title: '查看考场信息', align:'center', templet: function(row) { var rowData = row[this.field]; if(typeof(rowData) === 'undefined' || rowData === null || rowData === '') { diff --git a/src/main/resources/static/route/examapply/update-check.html b/src/main/resources/static/route/examapply/update-check.html index 3e244b7..0b33982 100644 --- a/src/main/resources/static/route/examapply/update-check.html +++ b/src/main/resources/static/route/examapply/update-check.html @@ -92,7 +92,7 @@