| | |
| | | <template> |
| | | <a-card |
| | | title="预测性维护方案" |
| | | title="" |
| | | :bordered='false' |
| | | > |
| | | <div class='table-page-search-wrapper'> |
| | |
| | | dataIndex: 'monitorTypeName' |
| | | }, |
| | | { |
| | | title: '设备编码', |
| | | title: '统一编码', |
| | | align: 'center', |
| | | dataIndex: 'deviceNum' |
| | | }, |
| | |
| | | this.$refs.modalForm.disableSubmit = false |
| | | this.$refs.modalForm.isRevise = false |
| | | }, |
| | | handleAdd: function() { |
| | | this.$refs.modalForm.add() |
| | | this.$refs.modalForm.title = '新增' |
| | | this.$refs.modalForm.disableSubmit = false |
| | | this.$refs.modalForm.isRevise = false |
| | | }, |
| | | // handleAdd: function() { |
| | | // this.$refs.modalForm.add() |
| | | // this.$refs.modalForm.title = '新增' |
| | | // this.$refs.modalForm.disableSubmit = false |
| | | // this.$refs.modalForm.isRevise = false |
| | | // }, |
| | | |
| | | //升版 |
| | | handleRevise: function(record) { |