优化代码

This commit is contained in:
java110 2022-07-08 16:27:50 +08:00
parent ac31311613
commit a82a944ba9

View File

@ -11,7 +11,7 @@
<th class="text-center " style="border-bottom: none;"><span><vc:i18n name="面积" namespace="reportProficientCarFee"></vc:i18n></span></th>
<th class="text-center " style="border-bottom: none;"><span><vc:i18n name="收费类型" namespace="reportProficientCarFee"></vc:i18n></span></th>
<th class="text-center " style="border-bottom: none;"><span><vc:i18n name="费用名称" namespace="reportProficientCarFee"></vc:i18n></span></th>
<th class="text-center " style="border-bottom: none;"><span><vc:i18n name="应收金额" namespace="reportProficientCarFee"></vc:i18n></span></th>
<!-- <th class="text-center " style="border-bottom: none;"><span><vc:i18n name="应收金额" namespace="reportProficientCarFee"></vc:i18n></span></th> -->
</tr>
</thead>
<tbody>
@ -22,7 +22,7 @@
<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>
<!-- <td class="text-center ">{{fee.receivableAmount}}</td> -->
</tr>
</tbody>
</table>