数据页面样式调试9

master
zcstatham 2 years ago
parent a7ddba10b8
commit 980d7d7081
  1. 4
      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为请求的数据接口以及其参数

Loading…
Cancel
Save