diff --git a/src/components/VideoItem.vue b/src/components/VideoItem.vue index e01640e..c89c76b 100644 --- a/src/components/VideoItem.vue +++ b/src/components/VideoItem.vue @@ -24,7 +24,7 @@
- {{lan.$t('shenhezhong')}} + {{transcoding == 0 ? lan.$t('zhuanmazhong') : lan.$t('shenhezhong')}}
{{lan.$t('weitongguo')}} @@ -168,6 +168,9 @@ export default defineComponent({ }, status:{ type:Number + }, + transcoding: { + type: Number } }, setup() { diff --git a/src/i18n/en.ts b/src/i18n/en.ts index 3c3046f..01e389b 100644 --- a/src/i18n/en.ts +++ b/src/i18n/en.ts @@ -311,6 +311,7 @@ export default { tishi: "tip", querentuichu: "You confirm to exit?", huobitishi: "Attention! You can only change the currency once!", + zhuanmazhong: "Transcoding in", shichangtishi:"", renshutishi: '', tixianzhu: "", diff --git a/src/i18n/zh.ts b/src/i18n/zh.ts index f83341d..a3d3159 100644 --- a/src/i18n/zh.ts +++ b/src/i18n/zh.ts @@ -311,6 +311,7 @@ export default { tishi: "提示", querentuichu: "您确认退出?", huobitishi: "请注意,货币一旦修改,不能变动。", + zhuanmazhong: "转码中", shichangtishi:"", renshutishi: '', tixianzhu:"", diff --git a/src/views/regime/Video.vue b/src/views/regime/Video.vue index 6239859..f63edbe 100644 --- a/src/views/regime/Video.vue +++ b/src/views/regime/Video.vue @@ -38,6 +38,7 @@ :status="i.status" :watch="i.watch" :share="i.share" + :transcoding="i.transcoding" >
@@ -54,6 +55,7 @@ :livenum="i.statusname" :status="i.status" :watch="i.watch" + :transcoding="i.transcoding" :share="i.share" > @@ -70,6 +72,7 @@ :livenum="i.statusname" :status="i.status" :watch="i.watch" + :transcoding="i.transcoding" :share="i.share" > @@ -86,6 +89,7 @@ :livenum="i.statusname" :status="i.status" :watch="i.watch" + :transcoding="i.transcoding" :share="i.share" >