mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
ac31311613
commit
a82a944ba9
@ -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>
|
<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>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -22,7 +22,7 @@
|
|||||||
<td class="text-center ">{{fee.builtUpArea}}</td>
|
<td class="text-center ">{{fee.builtUpArea}}</td>
|
||||||
<td class="text-center ">{{fee.feeTypeCdName}}</td>
|
<td class="text-center ">{{fee.feeTypeCdName}}</td>
|
||||||
<td class="text-center ">{{fee.feeName}}</td>
|
<td class="text-center ">{{fee.feeName}}</td>
|
||||||
<td class="text-center ">{{fee.receivableAmount}}</td>
|
<!-- <td class="text-center ">{{fee.receivableAmount}}</td> -->
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user