| | |
| | | {type: 'checkbox'} |
| | | ,{field: 'stationId', align: 'center',title: '编号'} |
| | | ,{field: 'status$', align: 'center',title: '状态'} |
| | | ,{field: 'wrkNo', align: 'center',title: '工作号'} |
| | | // ,{field: 'wrkNo', align: 'center',title: '工作号'} |
| | | ,{field: 'inEnable', align: 'center',title: '可入(checkBox)'} |
| | | ,{field: 'outEnable', align: 'center',title: '可出(checkBox)'} |
| | | // ,{field: 'createBy', align: 'center',title: '创建人员'} |
| | |
| | | ,{field: 'memo', align: 'center',title: '备注'} |
| | | ,{field: 'stationLev', align: 'center',title: '站点楼层'} |
| | | ,{field: 'deviceNo', align: 'center',title: '设备编号'} |
| | | ,{field: 'stationAlias', align: 'center',title: '站点别名'} |
| | | |
| | | ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:120} |
| | | ]], |