| | |
| | | </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> |
| | |
| | | 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(); |
| | | }, |