mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
ccba5c6735
commit
6193c80666
@ -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>
|
||||
Loading…
Reference in New Issue
Block a user