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'] + '' } }, ]