优化代码

This commit is contained in:
java110 2022-07-08 15:05:13 +08:00
parent fbad984f8f
commit ac31311613

View File

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