wuxw
2019-05-09 e546f6e157e79e4074ca23f7e4e48a5c9aea4fdb
WebService/src/main/resources/components/enter-community/enterCommunity.html
@@ -48,10 +48,10 @@
                                {{community.cityCode}}
                            </td>
                            <td>
                                {{community.statusCd == 0 ? '在用': '审核中'}}
                                {{_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>