wuxw
2019-11-21 620d850d08121f3ca8a2e3e921e94eeff4d85595
WebService/src/main/resources/components/communityPackage/enter-community/enterCommunity.html
@@ -3,7 +3,7 @@
        <div class="col-lg-12">
            <div class="ibox">
                <div class="ibox-title">
                    <h5>已入驻小区</h5>
                    <h5>我的小区</h5>
                    <div class="ibox-tools" style="top:10px;">
                        <button type="button" class="btn btn-primary btn-sm" v-on:click="_openEnterCommunityModal()">
                            <i class="glyphicon glyphicon-plus"></i>
@@ -51,7 +51,7 @@
                                {{_showCommunityStatus(community.auditStatusCd)}}
                            </td>
                            <td class="text-right">
                                <div class="btn-group" v-if="community.auditStatusCd == '0000'">
                                <div class="btn-group" v-if="community.auditStatusCd == '1100'">
                                    <button class="btn-white btn btn-xs" v-on:click="_openExitCommunityModel(community)">申请退出</button>
                                </div>
                            </td>