转码中
This commit is contained in:
parent
cfc2b60f71
commit
8a33d29b54
@ -24,7 +24,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="state audit" v-if="status==0">
|
<div class="state audit" v-if="status==0">
|
||||||
{{lan.$t('shenhezhong')}}
|
{{transcoding == 0 ? lan.$t('zhuanmazhong') : lan.$t('shenhezhong')}}
|
||||||
</div>
|
</div>
|
||||||
<div class="state audit fail" v-if="status==2">
|
<div class="state audit fail" v-if="status==2">
|
||||||
{{lan.$t('weitongguo')}}
|
{{lan.$t('weitongguo')}}
|
||||||
@ -168,6 +168,9 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
status:{
|
status:{
|
||||||
type:Number
|
type:Number
|
||||||
|
},
|
||||||
|
transcoding: {
|
||||||
|
type: Number
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
setup() {
|
setup() {
|
||||||
|
@ -311,6 +311,7 @@ export default {
|
|||||||
tishi: "tip",
|
tishi: "tip",
|
||||||
querentuichu: "You confirm to exit?",
|
querentuichu: "You confirm to exit?",
|
||||||
huobitishi: "Attention! You can only change the currency once!",
|
huobitishi: "Attention! You can only change the currency once!",
|
||||||
|
zhuanmazhong: "Transcoding in",
|
||||||
shichangtishi:"",
|
shichangtishi:"",
|
||||||
renshutishi: '',
|
renshutishi: '',
|
||||||
tixianzhu: "",
|
tixianzhu: "",
|
||||||
|
@ -311,6 +311,7 @@ export default {
|
|||||||
tishi: "提示",
|
tishi: "提示",
|
||||||
querentuichu: "您确认退出?",
|
querentuichu: "您确认退出?",
|
||||||
huobitishi: "请注意,货币一旦修改,不能变动。",
|
huobitishi: "请注意,货币一旦修改,不能变动。",
|
||||||
|
zhuanmazhong: "转码中",
|
||||||
shichangtishi:"",
|
shichangtishi:"",
|
||||||
renshutishi: '',
|
renshutishi: '',
|
||||||
tixianzhu:"",
|
tixianzhu:"",
|
||||||
|
@ -38,6 +38,7 @@
|
|||||||
:status="i.status"
|
:status="i.status"
|
||||||
:watch="i.watch"
|
:watch="i.watch"
|
||||||
:share="i.share"
|
:share="i.share"
|
||||||
|
:transcoding="i.transcoding"
|
||||||
></VideoItem>
|
></VideoItem>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -54,6 +55,7 @@
|
|||||||
:livenum="i.statusname"
|
:livenum="i.statusname"
|
||||||
:status="i.status"
|
:status="i.status"
|
||||||
:watch="i.watch"
|
:watch="i.watch"
|
||||||
|
:transcoding="i.transcoding"
|
||||||
:share="i.share"
|
:share="i.share"
|
||||||
></VideoItem>
|
></VideoItem>
|
||||||
</div>
|
</div>
|
||||||
@ -70,6 +72,7 @@
|
|||||||
:livenum="i.statusname"
|
:livenum="i.statusname"
|
||||||
:status="i.status"
|
:status="i.status"
|
||||||
:watch="i.watch"
|
:watch="i.watch"
|
||||||
|
:transcoding="i.transcoding"
|
||||||
:share="i.share"
|
:share="i.share"
|
||||||
></VideoItem>
|
></VideoItem>
|
||||||
</div>
|
</div>
|
||||||
@ -86,6 +89,7 @@
|
|||||||
:livenum="i.statusname"
|
:livenum="i.statusname"
|
||||||
:status="i.status"
|
:status="i.status"
|
||||||
:watch="i.watch"
|
:watch="i.watch"
|
||||||
|
:transcoding="i.transcoding"
|
||||||
:share="i.share"
|
:share="i.share"
|
||||||
></VideoItem>
|
></VideoItem>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user