du
2025-04-11 9f712ea4ac43442274d308c2d2621959c17d9b64
删除按钮的显示隐藏
已修改1个文件
3 ■■■■ 文件已修改
easegen-front/src/views/myCourse/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
easegen-front/src/views/myCourse/index.vue
@@ -115,7 +115,7 @@
              字幕
            </el-button>
          </template>
        <template v-if="scope.row.status == 2 || scope.row.status==3">
          <el-button
            link
            type="danger"
@@ -124,6 +124,7 @@
            {{ t('action.del') }}
          </el-button>
        </template>
        </template>
      </el-table-column>
    </el-table>
    <!-- 分页 -->