优化代码

This commit is contained in:
wuxw 2025-03-07 11:09:48 +08:00
parent 68f9d6b4a5
commit 874e606d91

View File

@ -89,6 +89,9 @@
<th class="text-center">
<vc:i18n name="费用编号" namespace="adminOweFeeDetail"></vc:i18n>
</th>
<th class="text-center">
<vc:i18n name="小区名称" namespace="adminOweFeeDetail"></vc:i18n>
</th>
<th class="text-center">
<vc:i18n name="房号" namespace="adminOweFeeDetail"></vc:i18n>
</th>
@ -121,6 +124,7 @@
<tbody>
<tr v-for="(fee,index) in adminOweFeeDetailInfo.fees">
<td class="text-center">{{index+1}}</td>
<td class="text-center">{{fee.communityName}}</td>
<td class="text-center">{{fee.objName}}</td>
<td class="text-center">{{fee.ownerName}}</td>
<td class="text-center">{{fee.ownerTel}}</td>