mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 18:11:00 +08:00
32 lines
1.8 KiB
HTML
32 lines
1.8 KiB
HTML
<div>
|
|
|
|
<div class="margin-top">
|
|
<table class="footable table table-stripped toggle-arrow-tiny" style="margin-top:10px" data-page-size="10">
|
|
<thead>
|
|
<tr>
|
|
<th class="text-center java110-td-fix-1" style="border-bottom: none;" >姓名</th>
|
|
<th class="text-center java110-td-fix-2" style="border-bottom: none;">房号</th>
|
|
<th class="text-center java110-td-fix-3" style="border-bottom: none;">联系电话</th>
|
|
<th class="text-center java110-td-fix-4" style="border-bottom: none;">面积</th>
|
|
<th class="text-center java110-td-fix-5" style="border-bottom: none;">费用名称</th>
|
|
<th><div class="java110-td-zhanwei"></div></th>
|
|
<th v-for="(item,index) in reportProficientRoomFeeInfo.listColumns" style="width:100px" class="java110-td-scoll-width">{{item}}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr v-for="fee in reportProficientRoomFeeInfo.fees">
|
|
<!-- <td class="text-center">{{fee.feeId}}</td> -->
|
|
<td class="text-center java110-td-fix-1">{{fee.ownerName}}</td>
|
|
<td class="text-center java110-td-fix-2">{{fee.objName}}</td>
|
|
<td class="text-center java110-td-fix-3">{{fee.ownerLink}}</td>
|
|
<td class="text-center java110-td-fix-4">{{fee.builtUpArea}}</td>
|
|
<td class="text-center java110-td-fix-5">{{fee.feeName}}</td>
|
|
<td><div class="java110-td-zhanwei"></div></td>
|
|
<td v-for="item in fee.reportFeeYearCollectionDetailDtos" style="width:100px">
|
|
{{item.receivedAmount}}
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div> |