cuijian
2023-11-16 e0cd695c11734348e1e01304bdff0696768c1fda
src/views/eam/PredictiveWorkPlanList.vue
@@ -313,7 +313,7 @@
            dataIndex: 'monitorTypeName'
          },
          {
            title: '设备编码',
            title: '统一编码',
            align: 'center',
            dataIndex: 'deviceNum'
          },
@@ -441,12 +441,12 @@
        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) {