You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
1.3 KiB
1 lines
1.3 KiB
const e="序号",t="学员",a="全部",o="关联合同",d="全部",c="订单金额",r="请输入订单金额",s="订单类型",n="请输入订单类型",l="支付类型",p="请输入支付类型",m="支付状态",y="请输入支付状态",T="支付时间",u="请输入支付时间",h="添加时间",i="请输入添加时间",P="更新时间",D="是否删除",I="添加订单管理",O="编辑订单管理",S="确定要删除该数据吗?",f="请选择开始时间",x="请选择结束时间",_={id:e,studentId:t,studentIdPlaceholder:a,contractId:o,contractIdPlaceholder:d,amount:c,amountPlaceholder:r,orderType:s,orderTypePlaceholder:n,payType:l,payTypePlaceholder:p,paymentStatus:m,paymentStatusPlaceholder:y,paymentTime:T,paymentTimePlaceholder:u,createTime:h,createTimePlaceholder:i,updateTime:P,isDeleted:D,addOrders:I,updateOrders:O,ordersDeleteTips:S,startDate:f,endDate:x};export{I as addOrders,c as amount,r as amountPlaceholder,o as contractId,d as contractIdPlaceholder,h as createTime,i as createTimePlaceholder,_ as default,x as endDate,e as id,D as isDeleted,s as orderType,n as orderTypePlaceholder,S as ordersDeleteTips,l as payType,p as payTypePlaceholder,m as paymentStatus,y as paymentStatusPlaceholder,T as paymentTime,u as paymentTimePlaceholder,f as startDate,t as studentId,a as studentIdPlaceholder,O as updateOrders,P as updateTime};
|
|
|