gaoluyang
8 天以前 01975cbdf4d8c738d9f92a8a16396d98d25147e8
src/views/equipmentManagement/upkeep/index.vue
@@ -172,6 +172,13 @@
        </template>
        <template #operation="{ row }">
          <el-button
              type="primary"
              text
              @click="addMaintain(row)"
          >
            新增保养
          </el-button>
          <el-button
            type="primary"
            link
            :disabled="row.status === 1"
@@ -377,7 +384,7 @@
      dataType: "slot",
      slot: "operation",
      align: "center",
      width: "200px",
      width: "300px",
   },
])