| | |
| | | <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> |
| | |
| | | {{_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> |