소스 검색

调整表格列布局

chenwen 3 년 전
부모
커밋
fd5d89feb7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/webapp/page/js/oilAddLog.js

+ 2 - 2
src/main/webapp/page/js/oilAddLog.js

@@ -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}],