From fe54b715bd76bcd1ea3739e43afc0916b1379e1b Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 21 Feb 2022 20:14:47 +0800
Subject: [PATCH] 反馈问题修复

---
 src/views/zc/zc.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/zc/zc.vue b/src/views/zc/zc.vue
index f94555b..fdf77e0 100644
--- a/src/views/zc/zc.vue
+++ b/src/views/zc/zc.vue
@@ -31,7 +31,7 @@
         <el-tag>{{row.type==='0'?'未审核':row.type==='1'?'审核通过':'审核未通过'}}</el-tag>
       </template>
       <template slot-scope="{ row }" slot="examination_type">
-        {{row.examination_type=='0'?'正常':row.examination_type==null?'正常':'异常'}}
+        {{row.examination_type=='0'?'正常':row.examination_type==null?'正常':'正常'}}
       </template>
 
       <template slot-scope="{ row }" slot="examination_mx">

--
Gitblit v1.9.3