提交 0f799277 authored 作者: matian's avatar matian

updates

上级 3623e568
...@@ -137,14 +137,11 @@ const handleDelFloor = (val: any) => { ...@@ -137,14 +137,11 @@ const handleDelFloor = (val: any) => {
<template v-if="props.firstFloor?.files.length > 0"> <template v-if="props.firstFloor?.files.length > 0">
<div class="right_files"> <div class="right_files">
<template v-for="(it, index) in props.firstFloor?.files" :key="index"> <template v-for="(it, index) in props.firstFloor?.files" :key="index">
<div class="files_img"> <div
<el-image class="files_img"
:src="it?.url" v-if="it?.name.includes('.png') || it?.name.includes('.jpg') || it?.name.includes('.jpeg')"
v-if="it?.name.includes('.png') || it?.name.includes('.jpg') || it?.name.includes('.jpeg')" >
:preview-src-list="previewList" <el-image :src="it?.url" :preview-src-list="previewList" :initial-index="4" fit="cover" />
:initial-index="4"
fit="cover"
/>
<div class="img_txt">查看大图</div> <div class="img_txt">查看大图</div>
</div> </div>
<video v-if="it?.name.includes('.mp4')" controls id="video"> <video v-if="it?.name.includes('.mp4')" controls id="video">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论