吉安感知网项目-前端
罗广辉
2026-06-06 3576f633dc5591d626897c5526aeb2dac9d43b1e
applications/task-work-order/src/views/orderView/orderManage/orderManage/outcomeData.vue
@@ -39,14 +39,21 @@
          <el-table-column label="图片/视频" >
            <template v-slot="{ row }">
              <el-image
                v-if="row.attachmentType ===0 && row.resultUrl"
                v-if="row.attachmentType ===1 && row.resultUrl"
                :src="row.resultUrl"
                :preview-src-list="[row.resultUrl]"
                fit="cover"
                style="width: 80px; height: 80px; border-radius: 4px;"
                        preview-teleported
              />
                     <div class="video-btn" v-if="row.attachmentType === 1 && row.resultUrl" @click="videoClick(row)">
              <el-image
                           v-if="row.attachmentType === 2 && row.resultUrl"
                           :src="row.resultUrl"
                           :preview-src-list="[row.resultUrl]"
                           fit="cover"
                           preview-teleported
                        />
                     <div class="video-btn" v-if="row.attachmentType === 3 && row.resultUrl" @click="videoClick(row)">
                        <el-icon :size="30" color="#fff">
                           <VideoPlay />
                        </el-icon>