| | |
| | | // scopedSlots: { customRender: 'photo' }, |
| | | // }, |
| | | { |
| | | title: '保养项目', |
| | | title: '维修保养角色', |
| | | align: "center", |
| | | dataIndex: 'maintenanceRoleName', |
| | | }, |
| | | { |
| | | title: '保养内容', |
| | | align: "center", |
| | | dataIndex: 'name', |
| | | |
| | | }, |
| | | { |
| | | title: '保养标准', |
| | | align: "center", |
| | | dataIndex: 'standard', |
| | | // { |
| | | // title: '保养标准', |
| | | // align: "center", |
| | | // dataIndex: 'standard', |
| | | |
| | | }, |
| | | { |
| | | title: '部位', |
| | | align: "center", |
| | | dataIndex: 'location', |
| | | }, |
| | | // }, |
| | | // { |
| | | // title: '部位', |
| | | // align: "center", |
| | | // dataIndex: 'location', |
| | | // }, |
| | | // { |
| | | // title: '方法', |
| | | // align: "center", |
| | |
| | | // align: "center", |
| | | // dataIndex: 'workingHourQuota', |
| | | // }, |
| | | { |
| | | title: '保养周期', |
| | | align: "center", |
| | | dataIndex: 'maintenanceCycleName', |
| | | }, |
| | | // { |
| | | // title: '保养周期', |
| | | // align: "center", |
| | | // dataIndex: 'maintenanceCycleName', |
| | | // }, |
| | | // { |
| | | // title: '维保专业', |
| | | // align: "center", |
| | | // dataIndex: 'maintenanceSpecialtyName', |
| | | // }, |
| | | { |
| | | title: '维修保养角色', |
| | | align: "center", |
| | | dataIndex: 'maintenanceRoleName', |
| | | }, |
| | | |
| | | |
| | | ], |
| | | url: { |
| | | list: "/eam/maintenanceStandardDetail/getMaintenanceStandardList",//数据来源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() { |