| | |
| | | return parseInt(index) + 1; |
| | | } |
| | | }, |
| | | { |
| | | title: '部位', |
| | | align: "center", |
| | | dataIndex: 'location', |
| | | }, |
| | | // { |
| | | // title: '部位', |
| | | // align: "center", |
| | | // dataIndex: 'location', |
| | | // }, |
| | | // { |
| | | // title: '示意图', |
| | | // align: "center", |
| | |
| | | |
| | | }, |
| | | { |
| | | title: '检测标准', |
| | | title: '完成数据/要求', |
| | | align: "center", |
| | | dataIndex: 'detectionStandard', |
| | | |
| | |
| | | url: { |
| | | list: "/eam/inspectionStandardDetail/getInspectionStandardList",//数据来源mom_eam_daily_inspection_standard_detail |
| | | }, |
| | | /* 分页参数 */ |
| | | ipagination: { |
| | | current: 1, |
| | | pageSize: 20, |
| | | pageSizeOptions: ['5', '10', '20', '50'], |
| | | showTotal: (total, range) => { |
| | | return range[0] + '-' + range[1] + ' 共' + total + '条' |
| | | }, |
| | | showQuickJumper: true, |
| | | showSizeChanger: true, |
| | | total: 0 |
| | | }, |
| | | } |
| | | }, |
| | | created() { |