fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2021-12-15 13:17:42
|
* @Date : 2021-12-15 13:17:42
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-03-31 14:20:41
|
* @LastEditTime : 2022-04-01 10:39:59
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\vehicle\\confir-receipt\\confir-receipt.component.html
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\vehicle\\confir-receipt\\confir-receipt.component.html
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
-->
|
-->
|
||||||
@ -28,7 +28,7 @@
|
|||||||
{{item.BACK | currency}}
|
{{item.BACK | currency}}
|
||||||
</ng-template>
|
</ng-template>
|
||||||
<ng-template st-row="traiPrice" let-item let-index="index">
|
<ng-template st-row="traiPrice" let-item let-index="index">
|
||||||
{{item.surcharge + item.traiPrice | currency}}
|
{{ item.traiPrice | currency}}
|
||||||
</ng-template>
|
</ng-template>
|
||||||
<ng-template st-row="surcharge" let-item let-index="index">
|
<ng-template st-row="surcharge" let-item let-index="index">
|
||||||
{{item.surcharge | currency}}
|
{{item.surcharge | currency}}
|
||||||
|
|||||||
Reference in New Issue
Block a user