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
2.3 KiB
1 lines
2.3 KiB
const e="订单编号",a="请输入订单编号",t="支付编号",o="请输入支付编号",s="订单状态: pending-待支付, paid-已支付",r="请输入订单状态: pending-待支付, paid-已支付",c="付款类型: cash-现金支付, scan_code-扫码支付, subscription-订阅支付",d="请输入付款类型: cash-现金支付, scan_code-扫码支付, subscription-订阅支付",l="订单金额",n="请输入订单金额",i="课程ID",m="请输入课程ID",P="班级ID",p="请输入班级ID",h="人员ID",u="请输入人员ID",I="资源ID",T="请输入资源ID",f="售后状态",y="请输入售后状态",S="售后原因",b="请输入售后原因",D="售后时间",_="请输入售后时间",A="支付时间",O="请输入支付时间",R="订阅支付生成时间",g="请输入订阅支付生成时间",x="添加订单",j="编辑订单",k="确定要删除该数据吗?",q="请选择开始时间",v="请选择结束时间",w={id:e,idPlaceholder:a,paymentId:t,paymentIdPlaceholder:o,orderStatus:s,orderStatusPlaceholder:r,paymentType:c,paymentTypePlaceholder:d,orderAmount:l,orderAmountPlaceholder:n,courseId:i,courseIdPlaceholder:m,classId:P,classIdPlaceholder:p,staffId:h,staffIdPlaceholder:u,resourceId:I,resourceIdPlaceholder:T,afterSalesStatus:f,afterSalesStatusPlaceholder:y,afterSalesReason:S,afterSalesReasonPlaceholder:b,afterSalesTime:D,afterSalesTimePlaceholder:_,paymentTime:A,paymentTimePlaceholder:O,subscriptionPaymentTime:R,subscriptionPaymentTimePlaceholder:g,addOrderTable:x,updateOrderTable:j,orderTableDeleteTips:k,startDate:q,endDate:v};export{x as addOrderTable,S as afterSalesReason,b as afterSalesReasonPlaceholder,f as afterSalesStatus,y as afterSalesStatusPlaceholder,D as afterSalesTime,_ as afterSalesTimePlaceholder,P as classId,p as classIdPlaceholder,i as courseId,m as courseIdPlaceholder,w as default,v as endDate,e as id,a as idPlaceholder,l as orderAmount,n as orderAmountPlaceholder,s as orderStatus,r as orderStatusPlaceholder,k as orderTableDeleteTips,t as paymentId,o as paymentIdPlaceholder,A as paymentTime,O as paymentTimePlaceholder,c as paymentType,d as paymentTypePlaceholder,I as resourceId,T as resourceIdPlaceholder,h as staffId,u as staffIdPlaceholder,q as startDate,R as subscriptionPaymentTime,g as subscriptionPaymentTimePlaceholder,j as updateOrderTable};
|
|
|