优化代码

This commit is contained in:
java110 2021-09-11 11:24:32 +08:00
parent 842fda5662
commit c1a27e7a9d

View File

@ -90,6 +90,7 @@
<th class="text-center">实收金额(单位:元)</th>
<th class="text-center">欠费金额(单位:元)</th>
<th class="text-center">收费率</th>
<th class="text-center">更新时间</th>
</tr>
</thead>
<tbody>
@ -99,6 +100,7 @@
<td class="text-center">{{fee.receivedAmount}}</td>
<td class="text-center">{{fee.oweAmount}}</td>
<td class="text-center">{{fee.chargeRate}}</td>
<td class="text-center">{{fee.updateTime}}</td>
</tr>
</tbody>
<tfoot>