mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
优化代码
This commit is contained in:
parent
68c0eff05f
commit
74c3759d97
@ -114,6 +114,7 @@
|
||||
<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>
|
||||
<th class="text-center">费用开始时间</th>
|
||||
@ -132,6 +133,7 @@
|
||||
<tr v-for="(fee,index) in reportPayFeeDetailInfo.fees">
|
||||
<td class="text-center">{{index+1}}</td>
|
||||
<td class="text-center">{{fee.objName}}</td>
|
||||
<td class="text-center">{{fee.ownerName}}</td>
|
||||
<td class="text-center">{{fee.feeName}}</td>
|
||||
<td class="text-center">{{fee.primeRate}}</td>
|
||||
<td class="text-center">{{vc.dateFormat(fee.startTime)}}</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user