From 3ed8a9e0bb97bf25955a10d2771084e6a92bba27 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 04 Nov 2021 10:15:44 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfptweb-publicSecurity

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

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

--
Gitblit v1.9.3