From 09afd13484c51e107337be397692d101d17df839 Mon Sep 17 00:00:00 2001
From: batman <978517621@qq.com>
Date: 星期六, 11 三月 2023 10:23:03 +0800
Subject: [PATCH] 新修改添加页面

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

diff --git a/src/views/intellectInspect/inspectIndex/components/unusualList.vue b/src/views/intellectInspect/inspectIndex/components/unusualList.vue
index feeee56..9a4b901 100644
--- a/src/views/intellectInspect/inspectIndex/components/unusualList.vue
+++ b/src/views/intellectInspect/inspectIndex/components/unusualList.vue
@@ -21,7 +21,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"/>

--
Gitblit v1.9.2