优化代码

This commit is contained in:
java110 2021-10-09 16:37:25 +08:00
parent ccba5c6735
commit 6193c80666

View File

@ -94,10 +94,10 @@
v-on:click="_openRentingPayModel(rentingPool,'owner')">业主支付</button>
</div>
<div class="btn-group" v-if="rentingPool.state == '4'">
<!-- <div class="btn-group" v-if="rentingPool.state == '4'">
<button class="btn-white btn btn-xs"
v-on:click="_applyContract(rentingPool)">申请合同</button>
</div>
</div> -->
<div class="btn-group">
<button class="btn-white btn btn-xs"
@ -137,6 +137,6 @@
<vc:create path="admin/editRentingPool"></vc:create>
<vc:create path="admin/deleteRentingPool"></vc:create>
<vc:create path="admin/rentingPay"></vc:create>
<vc:create path="admin/addContract" callBackListener="" callBackFunction=""></vc:create>
<!-- <vc:create path="admin/addContract" callBackListener="" callBackFunction=""></vc:create> -->
</div>