mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 16:19:44 +08:00
优化代码
This commit is contained in:
parent
4757b81024
commit
1b97a00793
@ -71,7 +71,8 @@
|
||||
<th class="text-center">房屋/车位</th>
|
||||
<th class="text-center">累计欠费</th>
|
||||
<th class="text-center">当期欠费</th>
|
||||
<th class="text-center">费用到期</th>
|
||||
<th class="text-center">计费开始时间</th>
|
||||
<th class="text-center">计费截止时间</th>
|
||||
<th class="text-center">业主姓名</th>
|
||||
<th class="text-center">联系电话</th>
|
||||
<th class="text-center">状态</th>
|
||||
@ -83,6 +84,7 @@
|
||||
<td class="text-center">{{billOwe.billAmountOwed}}元</td>
|
||||
<td class="text-center">{{billOwe.amountOwed}}元</td>
|
||||
<td class="text-center">{{billOwe.feeEndTime}}</td>
|
||||
<td class="text-center">{{billOwe.deadlineTime}}</td>
|
||||
<td class="text-center">{{billOwe.ownerName}}</td>
|
||||
<td class="text-center">{{billOwe.ownerTel}}</td>
|
||||
<td class="text-center">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user