| | |
| | | </a-popconfirm> |
| | | </template> |
| | | |
| | | <template |
| | | v-if="record.standardStatus !== 'WAIT_SUBMIT'&&record.standardStatus!=='ABOLISH'&&record.standardStatus!=='START'"> |
| | | <template> |
| | | <a-divider type="vertical"/> |
| | | |
| | | <a @click.stop="handleDetail(record)">详情</a> |
| | |
| | | inspectionImportExcel: '/eam/maintenanceStandard/importPointInspection', |
| | | secondMaintenanceImportExcel: '/eam/maintenanceStandard/importSecondMaintenanceStandard', |
| | | thirdMaintenanceImportExcel: '/eam/maintenanceStandard/importThirdMaintenanceStandard', |
| | | inspectionXlsDownloadUrl: '导入模板/设备点检标准导入模板.xlsx', |
| | | inspectionXlsDownloadUrl: '导入模板/设备点检标准导入模板.xls', |
| | | secondMaintenanceXlsDownloadUrl: '导入模板/生产设备二级保养规范.docx', |
| | | thirdMaintenanceXlsDownloadUrl: '导入模板/生产设备三级保养规范.docx' |
| | | }, |
| | |
| | | dataIndex: 'action', |
| | | align: 'center', |
| | | scopedSlots: { customRender: 'action' }, |
| | | width: 200, |
| | | fixed: 'right' |
| | | } |
| | | this.columns = [...this.columns, operationColumn] |
| | |
| | | */ |
| | | handleAddUpgrade(id){ |
| | | this.$refs.fileImportModule.upload(id); |
| | | this.$refs.fileImportModule.title="导入" |
| | | this.$refs.fileImportModule.title="升版导入" |
| | | }, |
| | | |
| | | |
| | | getTreeDataByApi(){ |
| | | this.loadData(); |
| | | }, |