| | |
| | | size='middle' |
| | | bordered |
| | | rowKey='id' |
| | | :scroll='{x:true}' |
| | | :scroll="{ x: 'calc(1500px + 40%)', y: 900 }" |
| | | :columns='columns' |
| | | :dataSource='dataSource' |
| | | :pagination='ipagination' |
| | |
| | | // disableMixinCreated: true, |
| | | // originTargetKeys: [], |
| | | // 表头 |
| | | disableMixinCreated: true, |
| | | columns: [ |
| | | { |
| | | title: '#', |
| | |
| | | |
| | | title: '设备编码', |
| | | align: 'center', |
| | | width: 100, |
| | | dataIndex: 'equipmentNum' |
| | | dataIndex: 'equipmentNum', |
| | | width: 170, |
| | | }, |
| | | { |
| | | title: '设备名称', |
| | | align: 'center', |
| | | width: 150, |
| | | dataIndex: 'equipmentName' |
| | | dataIndex: 'equipmentName', |
| | | width: 170, |
| | | |
| | | }, |
| | | { |
| | | title: '型号', |
| | | align: 'center', |
| | | width: 100, |
| | | dataIndex: 'specification' |
| | | dataIndex: 'specification', |
| | | width: 170, |
| | | |
| | | }, |
| | | { |
| | | title: '规格', |
| | | width: 100, |
| | | align: 'center', |
| | | dataIndex: 'model' |
| | | |
| | | dataIndex: 'model', |
| | | width: 170, |
| | | }, |
| | | { |
| | | title: '变动类型', |
| | | align: 'center', |
| | | width: 100, |
| | | width: 170, |
| | | dataIndex: 'changeTypeName' |
| | | |
| | | }, |
| | | { |
| | | title: '变动原因', |
| | | align: 'center', |
| | | width: 100, |
| | | width: 170, |
| | | dataIndex: 'changeReason' |
| | | |
| | | }, |
| | | { |
| | | title: '变动前管理部门', |
| | | align: 'center', |
| | | width: 150, |
| | | width: 170, |
| | | dataIndex: 'beforeDepartName' |
| | | }, |
| | | { |
| | | title: '变动后管理部门', |
| | | align: 'center', |
| | | width: 150, |
| | | width: 170, |
| | | dataIndex: 'afterDepartName' |
| | | }, |
| | | { |
| | | title: '变动前管理人', |
| | | align: 'center', |
| | | width: 150, |
| | | width: 170, |
| | | dataIndex: 'beforeManagerName' |
| | | }, |
| | | { |
| | | title: '变动后管理人', |
| | | align: 'center', |
| | | width: 150, |
| | | width: 170, |
| | | dataIndex: 'afterManagerName' |
| | | }, |
| | | { |
| | | title: '变动前使用部门', |
| | | align: 'center', |
| | | width: 150, |
| | | width: 170, |
| | | dataIndex: 'beforeUsageDepartName' |
| | | |
| | | }, |
| | | { |
| | | title: '变动后使用部门', |
| | | align: 'center', |
| | | width: 150, |
| | | width: 170, |
| | | dataIndex: 'afterUsageDepartName' |
| | | |
| | | }, |
| | | { |
| | | title: '变动前责任班组', |
| | | align: 'center', |
| | | width: 150, |
| | | width: 170, |
| | | dataIndex: 'beforeTeamId' |
| | | |
| | | }, |
| | |
| | | { |
| | | title: '变动后责任班组', |
| | | align: 'center', |
| | | width: 150, |
| | | width: 170, |
| | | dataIndex: 'afterTeamId' |
| | | |
| | | }, |
| | | { |
| | | title: '变动前责任人', |
| | | align: 'center', |
| | | width: 150, |
| | | width: 170, |
| | | dataIndex: 'beforeFunctionaryName' |
| | | |
| | | }, |
| | | { |
| | | title: '变动后责任人', |
| | | align: 'center', |
| | | width: 150, |
| | | width: 170, |
| | | dataIndex: 'afterFunctionaryName' |
| | | |
| | | }, |
| | | { |
| | | title: '变动前位置', |
| | | align: 'center', |
| | | width: 150, |
| | | width: 170, |
| | | dataIndex: 'beforeLocation' |
| | | |
| | | }, |
| | | { |
| | | title: '变动后位置', |
| | | align: 'center', |
| | | width: 150, |
| | | width: 170, |
| | | dataIndex: 'afterLocation' |
| | | |
| | | }, |
| | | { |
| | | title: '变动前设备状态', |
| | | align: 'center', |
| | | width: 150, |
| | | width: 170, |
| | | dataIndex: 'beforeEquipmentStatus' |
| | | |
| | | }, |
| | | { |
| | | title: '变动后设备状态', |
| | | align: 'center', |
| | | width: 150, |
| | | width: 170, |
| | | dataIndex: 'afterEquipmentStatusName' |
| | | |
| | | }, |
| | | { |
| | | title: '变动前技术状态', |
| | | align: 'center', |
| | | width: 150, |
| | | width: 170, |
| | | dataIndex: 'beforeTechnologyStatus' |
| | | |
| | | }, { |
| | | title: '变动后技术状态', |
| | | align: 'center', |
| | | width: 150, |
| | | width: 170, |
| | | dataIndex: 'afterTechnologyStatusName' |
| | | |
| | | } |