{{ item.type == 1 ? '提现人' : '提现公司' }}:{{ item.name }}
支行名称:{{ item.subbranchName }}
银行卡号:{{ item.bankCard }}
提现时间:{{ timeFormat(new Date(item.createTime).getTime(), 'yyyy-mm-dd hh:MM:ss') }}
处理时间:{{ item.completeTime ? timeFormat(new Date(item.completeTime).getTime(), 'yyyy-mm-dd hh:MM:ss') : '-' }}
处理结果:{{ item.handleMessage || '-' }}
{{ item.amount }}元