1 |
- const e="当前状态",a="提现单号",r="手续费",n="申请时间",s="审核时间",t="银行名称",f="收款账号",o="拒绝理由",c="转账方式",m="转账时间",u="付款凭证",i="转账补充说明",N="真实姓名",d="持卡人姓名",h="收款码",k="收款方信息",l="转账信息",T="收款方昵称",p="收款方头像",I="转账单号",O="提现",R="取消提现",y={statusName:e,cashOutNo:a,serviceMoney:"手续费",createTime:n,auditTime:s,transferBank:t,transferAccount:f,refuseReason:o,transferTypeName:c,transferTime:m,transferVoucher:u,transferRemark:i,realname:N,bankRealname:d,transferCode:"收款码",proceedsInfo:k,transferInfo:l,transferNickname:T,transferImg:p,transferNo:I,cashOutNow:"提现",cashOutCancel:R};export{s as auditTime,d as bankRealname,R as cashOutCancel,a as cashOutNo,O as cashOutNow,n as createTime,y as default,k as proceedsInfo,N as realname,o as refuseReason,r as serviceMoney,e as statusName,f as transferAccount,t as transferBank,h as transferCode,p as transferImg,l as transferInfo,T as transferNickname,I as transferNo,i as transferRemark,m as transferTime,c as transferTypeName,u as transferVoucher};
|