| | |
| | | <td>{{community.tel}}</td> |
| | | <td>{{community.address}}</td> |
| | | <td>{{community.stateName}}</td> |
| | | <td> |
| | | <td class="text-right"> |
| | | <div class="btn-group" v-if="community.auditStatusCd=='1000'"> |
| | | <button class="btn-white btn btn-xs" |
| | | v-on:click="_openEnterAuditCommunityModal(community)">审核 |
| | |
| | | <!--v-on:click="_openEnterAuditCommunityModal(community)"--> |
| | | <div class="btn-group" v-if="community.auditStatusCd!='1000'"> |
| | | <button class="btn-white btn btn-xs" |
| | | v-on:click="_openRecallAuditFinishCommunityModal(community) |
| | | >撤回审核 |
| | | </button> |
| | | </div> |
| | |
| | | callBackListener="auditEnterCommunityManage" |
| | | callBackFunction="notifyAuditInfo" |
| | | ></vc:create> |
| | | <!--撤回审核--> |
| | | <vc:create name="recallAuditEnterFinishCommunity"></vc:create> |
| | | |
| | | </div> |