From 4ee6445f67bbb56caa2b2f981afce6e87cc602af Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期三, 10 七月 2019 21:01:26 +0800
Subject: [PATCH] 每个页面显示当前页面名称,将上下框无法对其的处理对齐

---
 WebService/src/main/resources/components/enter-community/enterCommunity.html |    6 +++---
 1 files changed, 3 insertions(+), 3 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..71b1875 100644
--- a/WebService/src/main/resources/components/enter-community/enterCommunity.html
+++ b/WebService/src/main/resources/components/enter-community/enterCommunity.html
@@ -1,4 +1,4 @@
-<div id="component" class="wrapper wrapper-content animated fadeInRight ecommerce">
+<div id="component" >
     <div class="row">
         <div class="col-lg-12">
             <div class="ibox">
@@ -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