fix bug
This commit is contained in:
@ -149,7 +149,7 @@
|
||||
<div>
|
||||
总计:<span style="color: #da001b; font-size: 18px">{{ i?.totalAmount | currency }}</span>
|
||||
(运费{{i?.totalFreight | currency}},
|
||||
附加费{{ i?.totalSurcharge | currency }},附加费率{{i?.totalRate }}%)
|
||||
附加费{{ i?.totalSurcharge | currency }},附加费率{{i?.totalRate * 100 }}%)
|
||||
</div>
|
||||
</div>
|
||||
<div>收款人:{{ i?.payeeName }}/{{ i?.payeePhone }}</div>
|
||||
|
||||
Reference in New Issue
Block a user