|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
{extend name="public/layout" /} |
|
|
|
|
{extend name="public/layout" /} |
|
|
|
|
{block name="header"} |
|
|
|
|
<style> |
|
|
|
|
.layui-table-cell { |
|
|
|
@ -228,7 +228,7 @@ |
|
|
|
|
limit: 20, |
|
|
|
|
loading: true, |
|
|
|
|
cols: [[ //表头 |
|
|
|
|
{type: 'number'}, |
|
|
|
|
{type: 'numbers'}, |
|
|
|
|
{field: 'car_no', title: '车牌号', width: 100, edit: 'text', fixed: 'left'}, |
|
|
|
|
{field: 'car_frame_no', title: '车架号', width: 180, edit: 'text'}, |
|
|
|
|
{field: 'engine_no', title: '发动机号', width: 100, edit: 'text'}, |
|
|
|
|