{{item.withdrawalType === 1 ? t('wallet.wechat') : item.withdrawalType === 2 ? t('wallet.alipay') : t('wallet.bank_card')}}
({{item.withdrawalAccount}})
¥{{fen2yuan(item.amount) }} ({{t('wallet.consumption_points')+ points2point(item.withdrawConsumption)}})
{{sheep.$helper.timeFormat(item.createTime, 'yyyy-mm-dd hh:MM')}}
{{item.status ? item.status === 1 ? t('wallet.credited') : t('wallet.withdrawal_failed') : t('wallet.withdrawing')}}