| | |
| | | cellMinWidth: 50, |
| | | height: 'full-120', |
| | | cols: [[ |
| | | {type: 'checkbox'} |
| | | ,{field: 'id', align: 'center',title: ''} |
| | | // {type: 'checkbox'} |
| | | {field: 'id', align: 'center',title: '序号'} |
| | | ,{field: 'devNo', align: 'center',title: '设备号'} |
| | | ,{field: 'type', align: 'center',title: '设备类型'} |
| | | ,{field: 'updateTime$', align: 'center',title: '更新时间'} |
| | |
| | | ,{field: 'createTime$', align: 'center',title: '创建时间'} |
| | | ,{field: 'createBy', align: 'center',title: '创建人员'} |
| | | ,{field: 'status', align: 'center',title: '状态'} |
| | | |
| | | ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:120} |
| | | ]], |
| | | request: { |