du
2025-04-14 50982ea317cf41e360aa8dc453a825406f0ee2e0
字幕视频下载按钮
已修改1个文件
11 ■■■■ 文件已修改
easegen-front/src/views/myCourse/index.vue 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
easegen-front/src/views/myCourse/index.vue
@@ -75,10 +75,8 @@
      </el-table-column>
      <el-table-column :label="t('myCourse.status')" align="center" prop="status">
        <template #default="scope">
          <dict-tag v-if="scope.row.status==2 && scope.row.subtitlesAddStatus!=null" :type="DICT_TYPE.video_zi" :value="scope.row.subtitlesAddStatus" />
          <dict-tag v-else :type="DICT_TYPE.VIDEO_STATUS" :value="scope.row.status" />
        </template>
      </el-table-column>
      <el-table-column :label="t('table.action')" align="center" min-width="110" fixed="right">
@@ -118,6 +116,15 @@
              字幕
            </el-button>
          </template>
          <template v-if="scope.row.subtitlesAddStatus == 2">
            <el-button
              link
              type="primary"
              @click="handleDownload(scope.row.videoUrl,scope.row.courseName)"
            >
             下载字幕合成视频
            </el-button>
          </template>
        <template v-if="scope.row.status == 2 || scope.row.status==3">
          <el-button
            link