huminmin
昨天 8235731c4eb4cb44f1baf9250579f84db2c49088
src/views/equipmentManagement/upkeep/index.vue
@@ -173,6 +173,13 @@
        <template #operation="{ row }">
          <el-button
            type="primary"
              text
              @click="addMaintain(row)"
          >
            新增保养
          </el-button>
          <el-button
            type="primary"
            link
            :disabled="row.status === 1"
            @click="editPlan(row.id)"
@@ -377,7 +384,7 @@
      dataType: "slot",
      slot: "operation",
      align: "center",
      width: "200px",
      width: "300px",
   },
])