无人机管理后台前端(已迁走)
张含笑
2025-09-16 1b3efb807ffa2f79f0baeeca7beb2d89e432e453
src/views/resource/patchManagement.vue
@@ -35,7 +35,7 @@
        <el-button type="primary" text icon="el-icon-edit" @click="uploadPatch(scope.row, 'edit')"
          >编辑
        </el-button>
        <el-button type="primary" text icon="el-icon-delete" @click="rowDel(scope.row)"
        <el-button :disabled="scope.row.patches_type_desc==='综合类'" type="primary" text icon="el-icon-delete" @click="rowDel(scope.row)"
          >删除
        </el-button>
      </template>