{{
status == 0
? orderInfo.refund_status === 1
? $t(`立即退款`)
: $t(`一键改价`)
: $t(`订单备注`)
}}
{{$t(`商品总价`)}}({{$t(`¥`)}})
{{ orderInfo.total_price }}
{{$t(`原始邮费`)}}({{$t(`¥`)}})
{{ orderInfo.pay_postage }}
{{$t(`实际支付`)}}({{$t(`¥`)}})
{{$t(`实际支付`)}}({{$t(`¥`)}})
{{ orderInfo.pay_price }}
{{$t(`退款金额`)}}({{$t(`¥`)}})
{{
status == 1 || orderInfo.refund_status == 0 ? $t(`立即修改`) : $t(`确认退款`)
}}
{{$t(`拒绝退款`)}}