| | |
| | | size='middle' |
| | | bordered |
| | | rowKey='id' |
| | | :scroll='{x:true}' |
| | | :scroll="{ x: 'calc(1400px + 50%)', y: 900 }" |
| | | :columns='columns' |
| | | :dataSource='dataSource' |
| | | :pagination='ipagination' |
| | |
| | | // disableMixinCreated: true, |
| | | // originTargetKeys: [], |
| | | // 表头 |
| | | disableMixinCreated: true, |
| | | columns: [ |
| | | { |
| | | title: '#', |
| | |
| | | dataIndex: 'equipmentStatusName' |
| | | }, |
| | | { |
| | | title: '设备编码', |
| | | title: '统一编码', |
| | | align: 'center', |
| | | dataIndex: 'equipmentNum' |
| | | }, |
| | |
| | | { |
| | | title: '责任班组', |
| | | align: 'center', |
| | | dataIndex: 'responsibilityTeamId' |
| | | dataIndex: 'responsibilityTeamName' |
| | | |
| | | }, |
| | | { |