fix bug
This commit is contained in:
		| @ -4,7 +4,7 @@ | ||||
|  * @Author       : Shiming | ||||
|  * @Date         : 2022-02-22 13:53:29 | ||||
|  * @LastEditors  : Shiming | ||||
|  * @LastEditTime : 2022-02-22 15:11:35 | ||||
|  * @LastEditTime : 2022-02-28 13:35:23 | ||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\vehicle\\cancel-confirm\\cancel-confirm.component.html | ||||
|  * Copyright (C) 2022 huzhenhong. All rights reserved. | ||||
| --> | ||||
| @ -22,11 +22,11 @@ | ||||
|     <p *ngFor="let data of i?.mybidDetailInfo; let index = index"> | ||||
|       <label *ngIf="data?.paymentStatusLabel == '已支付'"> | ||||
|         <span>{{data?.expenseName}}</span> | ||||
|         <span>{{ data.price | number: '0.2-2' }}</span> | ||||
|         <span>{{ data.price | currency  }}</span> | ||||
|       </label> | ||||
|     </p> | ||||
|   </sv> | ||||
|   <sv label=""> 已选择 {{ index }} 项,运费:{{ List }},附加费:{{ ATTPrice }} </sv> | ||||
|   <sv label=""> 已选择 {{ index }} 项,运费:{{ List  | currency}},附加费:{{ ATTPrice | currency  }} </sv> | ||||
| </sv-container> | ||||
| <sf style="margin-top: 10px;" #sf mode="edit" [schema]="schema" [ui]="ui" button="none"></sf> | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user