吉安感知网项目-前端
罗广辉
9 hours ago 7dc27972d36d4baf341b140bc52e0b3d7505ffcb
applications/task-work-order/src/views/orderView/orderManage/clueEvents/ViewDiaLog.vue
@@ -14,7 +14,12 @@
                     preview-teleported
                     @error="handleThumbnailError(row)"
                  />
                  <div class="video-btn" v-if="row.attachmentType === 3" @click="videoClick(row)">
                  <div
                     class="video-btn"
                     v-if="row.attachmentType === 3"
                     :style="row.thumbnailUrl ? { backgroundImage: `url(${row.thumbnailUrl})`, backgroundSize: 'cover', backgroundPosition: 'center' } : {}"
                     @click="videoClick(row)"
                  >
                     <el-icon :size="30" color="#fff">
                        <VideoPlay />
                     </el-icon>