mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
a5c28b72fb
commit
1a133879a1
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user