diff --git a/app/view/index/index.html b/app/view/index/index.html index b7dc55d..656af34 100644 --- a/app/view/index/index.html +++ b/app/view/index/index.html @@ -378,7 +378,7 @@ //表格 头部数据函数封装 function getTableCols(){ - return [[ //表头 + return [ //表头 {type: 'numbers', fixed: 'left'}, {field: 'car_no', title: '车牌号', width: 100, edit: 'text', fixed: 'left'}, {field: 'car_frame_no', title: '车架号', width: 180, edit: 'text'}, @@ -404,7 +404,7 @@ {field: 'export_bhx_name', title: '导出清洗', width: 140, edit: 'text', templet:'#BhxNameTpl'}, {field: 'export_bmc_name', title: '导出上传', width: 140, edit: 'text', templet:'#BmcNameTpl'}, {fixed: 'right', width: 100, align:'center', toolbar: '#table-bar'} - ]]; + ]; } //layui表格渲染,其中url param为请求的数据接口以及其参数