数据页样式调试9

master
zcstatham 2 years ago
parent 3f1b38ee5a
commit fe01f4b814
  1. 4
      app/view/index/index.html

@ -223,12 +223,12 @@
url: '{:url("/index/carInfo/")}', //数据接口 url: '{:url("/index/carInfo/")}', //数据接口
where: getUrlParam('Object'), where: getUrlParam('Object'),
toolbar: true, toolbar: true,
height: 'full-220', height: 'full-210',
page: true, //开启分页 page: true, //开启分页
limit: 20, limit: 20,
loading: true, loading: true,
cols: [[ //表头 cols: [[ //表头
{type: 'numbers'}, {type: 'numbers', fixed: 'left'},
{field: 'car_no', title: '车牌号', width: 100, edit: 'text', fixed: 'left'}, {field: 'car_no', title: '车牌号', width: 100, edit: 'text', fixed: 'left'},
{field: 'car_frame_no', title: '车架号', width: 180, edit: 'text'}, {field: 'car_frame_no', title: '车架号', width: 180, edit: 'text'},
{field: 'engine_no', title: '发动机号', width: 100, edit: 'text'}, {field: 'engine_no', title: '发动机号', width: 100, edit: 'text'},

Loading…
Cancel
Save