大喇叭播放
This commit is contained in:
@@ -50,11 +50,11 @@
|
||||
<ai-detail style="background: #FFF;">
|
||||
<template #content>
|
||||
<div class="audios">
|
||||
<ai-audio :src="info.url" v-if="info.type == 1" skin="flat"/>
|
||||
<ai-audio :src="info.url" skin="flat"/>
|
||||
</div>
|
||||
<ai-wrapper style="margin-top: 30px;">
|
||||
<ai-info-item label="媒资名称" :value="info.name"></ai-info-item>
|
||||
<ai-info-item label="状态" :value="info.content"></ai-info-item>
|
||||
<!-- <ai-info-item label="状态">{{ $dict.getLabel('dlbDevStatus', info.devStatus) }}</ai-info-item> -->
|
||||
<ai-info-item label="媒资类型">{{$dict.getLabel('dlbResourceType', info.type)}}</ai-info-item>
|
||||
<ai-info-item label="创建时间" :value="info.createTime"></ai-info-item>
|
||||
<ai-info-item label="内容" class="contentBox" v-if="info.type == 3" isLine>
|
||||
@@ -150,7 +150,7 @@ export default {
|
||||
},
|
||||
},
|
||||
created() {
|
||||
this.dict.load('dlbResourceType').then(() => {
|
||||
this.dict.load('dlbResourceType','dlbDevStatus').then(() => {
|
||||
this.getList()
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user