| | |
| | | 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) { |