转码中

This commit is contained in:
2020-11-18 15:21:51 +08:00
parent cfc2b60f71
commit 8a33d29b54
4 changed files with 10 additions and 1 deletions

View File

@@ -24,7 +24,7 @@
</div>
</div>
<div class="state audit" v-if="status==0">
{{lan.$t('shenhezhong')}}
{{transcoding == 0 ? lan.$t('zhuanmazhong') : lan.$t('shenhezhong')}}
</div>
<div class="state audit fail" v-if="status==2">
{{lan.$t('weitongguo')}}
@@ -168,6 +168,9 @@ export default defineComponent({
},
status:{
type:Number
},
transcoding: {
type: Number
}
},
setup() {