优化代码

This commit is contained in:
java110 2021-05-18 17:43:02 +08:00
parent 68c0eff05f
commit 74c3759d97

View File

@ -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>