mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
facb31c2b1
commit
4ba014cd59
@ -48,11 +48,11 @@
|
||||
<i class="fa fa-plus"></i>
|
||||
<vc:i18n name="账户预存" namespace="simplifyRoomFee"></vc:i18n>
|
||||
</button>
|
||||
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px"
|
||||
<!-- <button type="button" class="btn btn-primary btn-sm" style="margin-left:10px"
|
||||
v-if="vc.hasPrivilege('502020082314267912')" v-on:click="_openMonthPayRoomFeeModal()">
|
||||
<i class="fa fa-plus"></i>
|
||||
<vc:i18n name="按月缴费" namespace="simplifyRoomFee"></vc:i18n>
|
||||
</button>
|
||||
</button> -->
|
||||
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px"
|
||||
v-if="vc.hasPrivilege('502020082314267912')" v-on:click="_openBatchPayRoomFeeModal()">
|
||||
<i class="fa fa-plus"></i>
|
||||
|
||||
@ -58,18 +58,12 @@
|
||||
<td class="text-center">{{oweFee.feeTotalPrice}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="10">
|
||||
<ul class="pagination float-right"></ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-8"></div>
|
||||
<div class="col-md-2">缴费金额:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user