| | |
| | | </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"> |
| | |
| | | 字幕 |
| | | </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 |