{{ fmtDictName('RefundLog.status', detail.status) }}
¥{{ formatAmount(detail.refund) }}
退款金额
退款信息
商户退款单号
{{ detail.outRefundNo || '-' }}
商户订单号
{{ detail.outTradeNo || '-' }}
微信支付订单号
{{ detail.transactionId || '-' }}
微信退款单号
{{ detail.refundId || '-' }}
退款原因
{{ detail.reason || '-' }}
退款渠道
{{ detail.channel || '-' }}
退款入账账户
{{ detail.userReceivedAccount || '-' }}
资金账户
{{ detail.fundsAccount || '-' }}
金额明细
原充值金额
¥{{ formatAmount(detail.total) }}
退款金额
¥{{ formatAmount(detail.refund) }}
不可退优惠金额
{{ formatAmount(detail.discountAmount) }}
币种
{{ detail.currency || 'CNY' }}
操作信息
退款人
{{ detail.adminUsername || '-' }}
申请时间
{{ formatTime(detail.createTime) }}
退款成功时间
{{ detail.successTime ? formatTime(detail.successTime) : '-' }}
更新时间
{{ detail.updateTime ? formatTime(detail.updateTime) : '-' }}
加载中...