From 70c6eb1d5fe7d56fa4f1948e26bf6a86e863602b Mon Sep 17 00:00:00 2001
From: batman <978517621@qq.com>
Date: 星期一, 13 三月 2023 18:22:22 +0800
Subject: [PATCH] 新修改添加页面

---
 src/views/intellectInspect/inspectIndex/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/intellectInspect/inspectIndex/index.vue b/src/views/intellectInspect/inspectIndex/index.vue
index 7b9a78b..83b347a 100644
--- a/src/views/intellectInspect/inspectIndex/index.vue
+++ b/src/views/intellectInspect/inspectIndex/index.vue
@@ -134,7 +134,7 @@
                   <el-table-column prop="hiddenDangerHandlerPhone" label="电话" align="center"/>
                   <el-table-column prop="handlerStatus" label="处置状态" align="center">
                     <template #default="scope">
-                      <el-tag :type="scope.row.handlerStatus == 2?'danger':(scope.row.handlerStatus == 1 || scope.row.handlerStatus == 3)?'':'success'">{{scope.row.handlerStatus == 1?'待响应':scope.row.handlerStatus == 2?'标记误报':scope.row.handlerStatus == 3?'自查处理中':scope.row.handlerStatus == 4?'已移交上报':scope.row.handlerStatus == 5?'待验收':'已完成'}}</el-tag>
+                      <el-tag size="small" :type="scope.row.handlerStatus == 2?'danger':(scope.row.handlerStatus == 1 || scope.row.handlerStatus == 3)?'':'success'">{{scope.row.handlerStatus == 1?'待响应':scope.row.handlerStatus == 2?'标记误报':scope.row.handlerStatus == 3?'自查处理中':scope.row.handlerStatus == 4?'已移交上报':scope.row.handlerStatus == 5?'待验收':'已完成'}}</el-tag>
                     </template>
                   </el-table-column>
                   <el-table-column prop="handlerDesc" label="处置描述反馈" align="center"/>
@@ -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;margin-right: 10px" :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;margin-right: 10px" :src="item.split('?')[0]" fit="fill" />
             </div>
             <div v-else>
               无照片信息
@@ -704,7 +704,7 @@
       line-height: 34px;
       top: 80px;
       right: 20px;
-      z-index: 99999;
+      z-index: 9;
     }
     .topChart{
       width: 100%;

--
Gitblit v1.9.2