| | |
| | | <div id="component" class="wrapper wrapper-content animated fadeInRight ecommerce"> |
| | | <div id="component" > |
| | | <div class="row"> |
| | | <div class="col-lg-12"> |
| | | <div class="ibox"> |
| | |
| | | {{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> |