wuxw
2019-07-11 b3f85b60ba9e39572e686009d36b5e5d7e81e910
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,11 +48,11 @@
                                {{community.cityCode}}
                            </td>
                            <td>
                                {{community.statusCd == 0 ? '在用': '审核中'}}
                                {{_showCommunityStatus(community.auditStatusCd)}}
                            </td>
                            <td class="text-right">
                                <div class="btn-group">
                                    <button class="btn-white btn btn-xs" v-on:click="_openExitCommunityModel(community)">退出</button>
                                <div class="btn-group" v-if="community.auditStatusCd == '0000'">
                                    <button class="btn-white btn btn-xs" v-on:click="_openExitCommunityModel(community)">申请退出</button>
                                </div>
                            </td>
                        </tr>
@@ -71,4 +71,6 @@
        </div>
    </div>
    <vc:create name="storeEnterCommunity"></vc:create>
    <vc:create name="storeExitCommunity"></vc:create>
</div>