mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
优化代码
This commit is contained in:
parent
fbad984f8f
commit
ac31311613
@ -11,7 +11,8 @@
|
||||
<th class="text-center " style="border-bottom: none;"><span><vc:i18n name="面积" namespace="reportProficientRoomFee"></vc:i18n></span></th>
|
||||
<th class="text-center " style="border-bottom: none;"><span><vc:i18n name="收费类型" namespace="reportProficientRoomFee"></vc:i18n></span></th>
|
||||
<th class="text-center " style="border-bottom: none;"><span><vc:i18n name="费用名称" namespace="reportProficientRoomFee"></vc:i18n></span></th>
|
||||
<th class="text-center " style="border-bottom: none;"><span><vc:i18n name="应收金额" namespace="reportProficientRoomFee"></vc:i18n></span></th>
|
||||
<!--客户当时提供的Excel中未包含该字段,该字段存在歧义 故作下线处理-->
|
||||
<!-- <th class="text-center " style="border-bottom: none;"><span><vc:i18n name="应收金额" namespace="reportProficientRoomFee"></vc:i18n></span></th> -->
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -22,7 +23,8 @@
|
||||
<td class="text-center">{{fee.builtUpArea}}</td>
|
||||
<td class="text-center ">{{fee.feeTypeCdName}}</td>
|
||||
<td class="text-center ">{{fee.feeName}}</td>
|
||||
<td class="text-center ">{{fee.receivableAmount}}</td>
|
||||
<!--客户当时提供的Excel中未包含该字段,该字段存在歧义 故作下线处理-->
|
||||
<!-- <td class="text-center ">{{fee.receivableAmount}}</td> -->
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user