优化代码

This commit is contained in:
java110 2020-08-05 15:35:00 +08:00
parent 1857462278
commit 8ade02bbbc

View File

@ -129,7 +129,7 @@
v-on:click="_openRoomCreateFeeAddModal(room,false)">创建收费
</button>
</div>
<div class="btn-group">
<div class="btn-group" v-if="room.state == '2001'">
<button class="btn-white btn btn-xs" v-on:click="_toOwnerPayFee(room)">欠费缴费
</button>
</div>