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