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