From c8507a2abc0bbe76ebcf822cf5f97da4a1a46e36 Mon Sep 17 00:00:00 2001 From: cuibaocheng Date: Wed, 12 May 2021 16:56:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=A5=97=E7=89=88=E7=94=9F?= =?UTF-8?q?=E6=88=90=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../route/examination/distributioncard/list.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/main/resources/static/route/examination/distributioncard/list.html b/src/main/resources/static/route/examination/distributioncard/list.html index 6359c11..f89fd3f 100644 --- a/src/main/resources/static/route/examination/distributioncard/list.html +++ b/src/main/resources/static/route/examination/distributioncard/list.html @@ -10,6 +10,12 @@ +
@@ -75,8 +81,8 @@ }, cols: [ [ - {type:'checkbox', fixed: 'left'}, - {field:'rowNum', width:80, title: '序号', fixed: 'left', align:'center', templet: '{{d.LAY_INDEX}}'}, + {type:'checkbox',}, + {field:'rowNum', width:80, title: '序号', align:'center', templet: '{{d.LAY_INDEX}}'}, {field: 'fieldName', width: 180, title: '考场', align:'center', templet: function(row) { var rowData = row[this.field]; @@ -133,7 +139,7 @@ loop:true }); }, 50); - return '' + row['distributionCardUserName'] + '' + return '' + row['distributionCardUserName'] + '' } }, ]