From 980d7d70818819eef69e4e5b6edde3565a87b023 Mon Sep 17 00:00:00 2001 From: zcstatham <578322713@qq.com> Date: Sat, 3 Sep 2022 18:34:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E8=AF=959?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/view/index/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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为请求的数据接口以及其参数