zhaowei
2025-03-06 ddd818f74d59c1fdeeed29714d660d7e49200c04
src/views/eam/PredictiveWorkPlanList.vue
@@ -1,6 +1,6 @@
<template>
  <a-card
    title="预测性维护方案"
    title=""
    :bordered='false'
  >
    <div class='table-page-search-wrapper'>
@@ -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) {