| | |
| | | size="middle" |
| | | bordered |
| | | rowKey="id" |
| | | :scroll="{x:true}" |
| | | :columns="columns" |
| | | :dataSource="dataSource" |
| | | :pagination="ipagination" |
| | | :loading="loading" |
| | | :scroll="{x:true}" |
| | | @change="handleTableChange" |
| | | > |
| | | |
| | |
| | | } |
| | | }, |
| | | { |
| | | title: '备件编号', |
| | | dataIndex: 'num', |
| | | align: "center", |
| | | width: 300, |
| | | }, |
| | | { |
| | | title: '备件名称', |
| | | dataIndex: 'name', |
| | | align: "center", |
| | | width: 300, |
| | | }, |
| | | { |
| | | title: '备件规格', |
| | | dataIndex: 'specification', |
| | | align: "center", |
| | | width: 300, |
| | | }, |
| | | { |
| | | title: '备件型号', |
| | | dataIndex: 'model', |
| | | align: "center", |
| | | width: 300, |
| | | }, |
| | | { |
| | | title: '制造商', |
| | | dataIndex: 'constructorName', |
| | | align: "center", |
| | | width: 300, |
| | | }, |
| | | { |
| | | title: '数量', |
| | | dataIndex: 'quantity', |
| | | align: "center", |
| | | width: 300, |
| | | }, |
| | | { |
| | | title: '单位', |
| | | dataIndex: 'unitName', |
| | | align: "center", |
| | | width: 300, |
| | | }, |
| | | title: '备件编号', |
| | | dataIndex: 'num', |
| | | align: "center", |
| | | // width: 300, |
| | | }, |
| | | { |
| | | title: '备件名称', |
| | | dataIndex: 'name', |
| | | align: "center", |
| | | // width: 300, |
| | | }, |
| | | { |
| | | title: '备件规格', |
| | | dataIndex: 'specification', |
| | | align: "center", |
| | | // width: 300, |
| | | }, |
| | | { |
| | | title: '备件型号', |
| | | dataIndex: 'model', |
| | | align: "center", |
| | | // width: 300, |
| | | }, |
| | | { |
| | | title: '制造商', |
| | | dataIndex: 'constructorName', |
| | | align: "center", |
| | | // width: 300, |
| | | }, |
| | | { |
| | | title: '数量', |
| | | dataIndex: 'quantity', |
| | | align: "center", |
| | | // width: 300, |
| | | }, |
| | | { |
| | | title: '单位', |
| | | dataIndex: 'unitName', |
| | | align: "center", |
| | | // width: 300, |
| | | }, |
| | | |
| | | ], |
| | | url: { |