From 2c4edb31e7da37c98e5660ab478f43e01a77003c Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期二, 14 三月 2023 15:57:10 +0800
Subject: [PATCH] 修改指标选择

---
 src/views/intellectInspect/inspectIndex/components/unusualList.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/intellectInspect/inspectIndex/components/unusualList.vue b/src/views/intellectInspect/inspectIndex/components/unusualList.vue
index 1bd7a40..b902da4 100644
--- a/src/views/intellectInspect/inspectIndex/components/unusualList.vue
+++ b/src/views/intellectInspect/inspectIndex/components/unusualList.vue
@@ -51,7 +51,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: 200px; height: 200px;margin-right: 10px" :src="item.split('?')[0]" fit="fill" />
+            <el-image v-for="(item,index) in beImgs" :key="index" style="width: 200px; height: 200px;margin-right: 10px" :src="item" fit="fill" />
           </div>
           <div v-else>
             无照片信息
@@ -60,7 +60,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: 200px; height: 200px;margin-right: 10px" :src="item.split('?')[0]" fit="fill" />
+            <el-image v-for="(item,index) in afImgs" :key="index" style="width: 200px; height: 200px;margin-right: 10px" :src="item" fit="fill" />
           </div>
           <div v-else>
             无照片信息

--
Gitblit v1.9.2