This commit is contained in:
wangshiming
2022-02-28 13:36:47 +08:00
parent d88c7f8a70
commit 121ce5c789

View File

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