du
2025-04-14 b0f034d8da69f36fac562b2b12ebeabdd6cd9baa
字幕视频合成状态
已修改1个文件
7 ■■■■ 文件已修改
easegen-front/src/views/myCourse/index.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
easegen-front/src/views/myCourse/index.vue
@@ -75,7 +75,10 @@
      </el-table-column>
      <el-table-column :label="t('myCourse.status')" align="center" prop="status">
        <template #default="scope">
          <dict-tag :type="DICT_TYPE.VIDEO_STATUS" :value="scope.row.status" />
          <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">
@@ -191,7 +194,7 @@
            <el-button
              type="primary"
              @click="downloadSubtitles"
              :loading="generating || polling"
              :loading="generating || polling"
            >
              字幕视频合成
            </el-button>