马宇豪
2023-03-13 f77696136b150c4ba1687be9610b41549c586412
src/views/intellectInspect/inspectIndex/index.vue
@@ -164,7 +164,7 @@
          <div style="margin-bottom: 20px">
            <div style="margin-bottom: 10px">处置前:</div>
            <div v-if="beImgs && beImgs.length>0">
              <el-image v-for="(item,index) in beImgs" :key="index" style="width: 100px; height: 100px" :src="item" fit="fill" />
              <el-image v-for="(item,index) in beImgs" :key="index" style="width: 200px; height: 200px" :src="item.split('?')[0]" fit="fill" />
            </div>
            <div v-else>
              无照片信息
@@ -173,7 +173,7 @@
          <div>
            <div style="margin-bottom: 10px">处置后</div>
            <div v-if="afImgs && beImgs.length>0">
              <el-image v-for="(item,index) in afImgs" :key="index" style="width: 100px; height: 100px" :src="item" fit="fill" />
              <el-image v-for="(item,index) in afImgs" :key="index" style="width: 200px; height: 200px" :src="item.split('?')[0]" fit="fill" />
            </div>
            <div v-else>
              无照片信息