This commit is contained in:
wangshiming
2022-02-11 10:42:02 +08:00
parent 8d8cae8424
commit aa1ac020bb
4 changed files with 16 additions and 15 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-01-12 10:52:50
* @LastEditors : Shiming
* @LastEditTime : 2022-02-10 14:39:40
* @LastEditTime : 2022-02-11 10:30:16
* @FilePath : \\tms-obc-web\\src\\app\\routes\\supply-management\\components\\vehicle\\vehicle.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@ -67,6 +67,9 @@
<p>{{ item?.resourceTypeLabel }}{{ item?.serviceTypeLabel }}</p>
<p>{{ item?.resourceStatusLabel }}</p>
</ng-template>
<ng-template st-row="total" let-item let-index="index">
<div class="mr-xs">{{ item?.totalAmount + item?.surcharge | currency }} </div>
</ng-template>
<ng-template st-row="totalAmount" let-item let-index="index">
<div class="mr-xs">{{ item?.totalAmount | currency }} </div>
</ng-template>