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