This commit is contained in:
shijingjing
2022-06-13 10:44:58 +08:00
parent 241395d610
commit 1dbe9c1a2b
2 changed files with 2 additions and 1 deletions

View File

@@ -45,6 +45,7 @@
<ai-card title="播发素材" v-show="currIndex == 2"> <ai-card title="播发素材" v-show="currIndex == 2">
<template #content> <template #content>
<div class="audios"> <div class="audios">
<!-- <div>{{item.}}</div> -->
<ai-audio :src="item.url" v-for="item in info.materials" :key="item.id" skin="flat" style="margin-bottom: 8px;"/> <ai-audio :src="item.url" v-for="item in info.materials" :key="item.id" skin="flat" style="margin-bottom: 8px;"/>
</div> </div>
</template> </template>

View File

@@ -33,7 +33,7 @@
<!-- <el-button type="text" @click="onAdd(row.id)">复制</el-button> --> <!-- <el-button type="text" @click="onAdd(row.id)">复制</el-button> -->
<el-button type="text" @click="toDetail(row.id)">详情</el-button> <el-button type="text" @click="toDetail(row.id)">详情</el-button>
<el-button type="text" @click="reset(row.id)" <el-button type="text" @click="reset(row.id)"
v-if="info.taskType == 1">撤回 v-if="row.taskType == 1">撤回
</el-button> </el-button>
</template> </template>
</el-table-column> </el-table-column>