优化代码

This commit is contained in:
java110 2021-05-19 18:42:04 +08:00
parent a5c28b72fb
commit 1a133879a1

View File

@ -112,7 +112,7 @@
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
<thead>
<tr>
<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>
@ -131,7 +131,7 @@
</thead>
<tbody>
<tr v-for="(fee,index) in reportPayFeeDetailInfo.fees">
<td class="text-center">{{index+1}}</td>
<td class="text-center">{{fee.oId}}</td>
<td class="text-center">{{fee.objName}}</td>
<td class="text-center">{{fee.ownerName}}</td>
<td class="text-center">{{fee.feeName}}</td>