Browse Source

音频图片显示

shibei_master
jiangyy 3 years ago
parent
commit
67a4be8643
  1. 4
      src/views/modules/shequzhili/event/eventList.vue

4
src/views/modules/shequzhili/event/eventList.vue

@ -161,7 +161,7 @@
:src="scope.row.imageList[0]" :src="scope.row.imageList[0]"
:preview-src-list="scope.row.imageList"> :preview-src-list="scope.row.imageList">
</el-image> </el-image>
<span v-else>--</span> <span v-else></span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="voiceList" <el-table-column prop="voiceList"
@ -174,7 +174,7 @@
v-if="scope.row.voiceList&&scope.row.voiceList.length>0" v-if="scope.row.voiceList&&scope.row.voiceList.length>0"
src="@/assets/img/icon-voice.png" /> src="@/assets/img/icon-voice.png" />
<span v-else>--</span> <span v-else></span>
</template> </template>
</el-table-column> </el-table-column>

Loading…
Cancel
Save