ec18517f by yzj

开机视频

1 parent 47d8d921
...@@ -38,8 +38,7 @@ ...@@ -38,8 +38,7 @@
38 <el-table-column :label="$t('advertisement.tablePhotoName')" > 38 <el-table-column :label="$t('advertisement.tablePhotoName')" >
39 <template #default="{ row }"> 39 <template #default="{ row }">
40 <!-- 判断是否为视频类型 --> 40 <!-- 判断是否为视频类型 -->
41 <component 41 <el-image
42 :is="isVideo(row.ossUrl) ? 'video' : 'el-image'"
43 :src="row.ossUrl" 42 :src="row.ossUrl"
44 style="width: 100px; height: 100px" 43 style="width: 100px; height: 100px"
45 v-if="!isVideo(row.ossUrl)" 44 v-if="!isVideo(row.ossUrl)"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!