mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-06 04:58:10 +00:00
2 lines
1.3 KiB
JavaScript
2 lines
1.3 KiB
JavaScript
const e="金额",c="来源/用途",o="零钱变动详情",t="备注",a="手机号码",r="会员信息",n="会员头像",m="产生时间",l="开始时间",d="结束时间",s="昵称/手机号",h="请输入会员昵称/手机号码",P="请输入会员id",b="请输入账户类型",u="请输入账户数据",i="请输入来源类型",T="请输入关联Id",p="请输入创建时间",D="请输入备注信息",y="添加会员账单表",g="编辑会员账单表",M="确定要删除该会员账单表吗?",f={accountData:e,fromType:c,moneyInfo:o,memo:t,mobile:a,nickName:r,headimg:n,createTime:m,startDate:l,endDate:d,searchMember:s,searchMemberPlaceholder:h,memberIdPlaceholder:P,accountTypePlaceholder:b,accountDataPlaceholder:u,fromTypePlaceholder:i,relatedIdPlaceholder:T,createTimePlaceholder:p,memoPlaceholder:D,addMemberAccountLog:y,updateMemberAccountLog:g,member_account_logDeleteTips:M};export{e as accountData,u as accountDataPlaceholder,b as accountTypePlaceholder,y as addMemberAccountLog,m as createTime,p as createTimePlaceholder,f as default,d as endDate,c as fromType,i as fromTypePlaceholder,n as headimg,P as memberIdPlaceholder,M as member_account_logDeleteTips,t as memo,D as memoPlaceholder,a as mobile,o as moneyInfo,r as nickName,T as relatedIdPlaceholder,s as searchMember,h as searchMemberPlaceholder,l as startDate,g as updateMemberAccountLog};
|