fix bug
This commit is contained in:
		| @ -4,7 +4,7 @@ | ||||
|  * @Author       : Shiming | ||||
|  * @Date         : 2022-01-12 10:52:50 | ||||
|  * @LastEditors  : Shiming | ||||
|  * @LastEditTime : 2022-03-03 16:34:12 | ||||
|  * @LastEditTime : 2022-03-04 09:57:16 | ||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\supply-management\\components\\vehicle\\vehicle.component.html | ||||
|  * Copyright (C) 2022 huzhenhong. All rights reserved. | ||||
| --> | ||||
| @ -80,10 +80,10 @@ | ||||
|         <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> | ||||
|         <div class="mr-xs">{{ item?.totalAmount | currency }} </div> | ||||
|       </ng-template> | ||||
|       <ng-template st-row="totalAmount" let-item let-index="index"> | ||||
|         <div class="mr-xs">{{ item?.totalAmount | currency }} </div> | ||||
|         <div class="mr-xs">{{ item?.freight | currency }} </div> | ||||
|       </ng-template> | ||||
|       <ng-template st-row="surcharge" let-item let-index="index"> | ||||
|         <div class="mr-xs">{{ item?.surcharge | currency }} </div> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user