riku
2024-11-26 efefef06c76a8b366bc676382e7b78316583b3ef
1. 问题删除按钮改为不可用
已修改1个文件
2 ■■■ 文件已修改
src/views/fysp/check/components/CompProblemCard.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/fysp/check/components/CompProblemCard.vue
@@ -89,7 +89,7 @@
      </el-col>
      <el-col :span="12">
        <el-row justify="end" class="btn-group">
          <el-button type="danger" size="small" @click="deletePro" :disabled="false"
          <el-button type="danger" size="small" @click="deletePro" :disabled="true"
            >删除</el-button
          >
          <!-- <el-button