spring
17 小时以前 fa4ea8dd99638f58da60ac283186113619cc7e6e
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",
   },
])