|
@@ -34,8 +34,8 @@ layui.use(['element','mylayer','newtable','laydate','myform','page','autocomplet
|
|
|
{field: 'addTime', title: '加油时间', width:180,align:'center',fixed: 'left',rowspan:2},
|
|
|
{field: 'addCount', title: '加油量(L)', width:100,align:'right',fixed: 'left',rowspan:2},
|
|
|
{field: 'boxCount', title: '油箱数量', width:90,align:'center',fixed: 'left',rowspan:2},
|
|
|
- {field: 'meterHeightVol', title: '油箱1', align:'center',colspan:2},
|
|
|
- {field: 'volumeRatio', title: '油箱2',align:'center',colspan:2},
|
|
|
+ {field: 'meterHeightVol', title: '油箱1', align:'center',colspan:3},
|
|
|
+ {field: 'volumeRatio', title: '油箱2',align:'center',colspan:3},
|
|
|
{field: 'modifyTime', title: '更新时间', width:180,align:'center',rowspan:2},
|
|
|
{field: 'note', title: '备注', width:200,align:'center',rowspan:2},
|
|
|
{field: 'operation', title: '操作', align:'left',width:240,templet:'#toolbar',rowspan:2}],
|