商品总额:
{{ order.currency }} {{ order.orderAmount || order.amount }}
税额:
{{ order.currency }} {{ order.taxAmount || '0.00' }}
运费:
{{ order.currency }} {{ order.shippingFee || '0.00' }}
优惠:
-{{ order.currency }} {{ order.discountAmount }}
优惠券:
-{{ order.currency }} {{ order.couponDiscount }} ({{ order.couponCode }})
实付金额:
{{ order.currency }} {{ order.actualPaid || order.amount }}
订单利润:
{{ order.currency }} {{ totalProfit }}
({{ totalProfitRate }}%)