{{
item.withdraw_type === 'bank'
? $t('pay.withdrawlog.tobank')
: item.withdraw_type === 'alipay'
? $t('pay.withdrawlog.toalipay')
: $t('pay.withdrawlog.toweixin')
}}
{{ item.amount }}元
{{$t('pay.withdrawlog.applyStatus')}}
{{ item.status_text }}
{{$t('pay.withdrawlog.accountInfo')}}
{{ item.withdraw_info_hidden.开户行 }}[{{ item.withdraw_info_hidden.银行卡号 }}]
{{$t('pay.withdrawlog.alipay')}}[{{ item.withdraw_info_hidden.支付宝账户 }}]
{{$t('pay.withdrawlog.wxbalance')}}
{{$t('pay.withdrawlog.orderNo')}}
{{ item.withdraw_sn }}
{{$t('pay.withdrawlog.fee')}}
{{ item.charge_fee }}元{{$t('pay.withdrawlog.cny')}}
{{$t('pay.withdrawlog.applyTime')}}
{{ item.createtime }}