{{ status == 0 ? "一键改价" : status == 1 ? "订单备注" : "立即退款" }}
商品总价(¥)
实际支付邮费(¥)
实际支付金额(¥)
{{ Number(this.orderInfo.total_price) + Number(this.orderInfo.pay_postage) - Number(this.orderInfo.coupon_price) - Number(this.orderInfo.integral_price)}}
优惠金额(¥)
{{ orderInfo.coupon_price }}
积分抵扣(¥)
{{ orderInfo.integral_price }}
{{
status == 0 ? "立即修改" : "确认提交"
}}