ec18517f by yzj

开机视频

1 parent 47d8d921
......@@ -38,8 +38,7 @@
<el-table-column :label="$t('advertisement.tablePhotoName')" >
<template #default="{ row }">
<!-- 判断是否为视频类型 -->
<component
:is="isVideo(row.ossUrl) ? 'video' : 'el-image'"
<el-image
:src="row.ossUrl"
style="width: 100px; height: 100px"
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!