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