From 2633f776bb8fdb0b1efe3a56293b6a1bb04616a7 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期日, 28 四月 2019 10:48:14 +0800
Subject: [PATCH] Merge branch 'master' of https://github.com/java110/MicroCommunity

---
 WebService/src/main/resources/components/enter-community/enterCommunity.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebService/src/main/resources/components/enter-community/enterCommunity.html b/WebService/src/main/resources/components/enter-community/enterCommunity.html
index 1eb6fbd..df37015 100644
--- a/WebService/src/main/resources/components/enter-community/enterCommunity.html
+++ b/WebService/src/main/resources/components/enter-community/enterCommunity.html
@@ -48,10 +48,10 @@
                                 {{community.cityCode}}
                             </td>
                             <td>
-                                {{_showCommunityStatus(community.statusCd)}}
+                                {{_showCommunityStatus(community.auditStatusCd)}}
                             </td>
                             <td class="text-right">
-                                <div class="btn-group" v-if="community.statusCd == 0">
+                                <div class="btn-group" v-if="community.auditStatusCd == '0000'">
                                     <button class="btn-white btn btn-xs" v-on:click="_openExitCommunityModel(community)">鐢宠閫�鍑�</button>
                                 </div>
                             </td>

--
Gitblit v1.8.0