智慧教务系统 PHP-NiuCloud框架开发
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.0 KiB

const e="学员",t="关联合同",o="订单金额",d="订单类型",a="支付类型",r="支付状态",c="支付时间",n="请选择学员",s="请选择关联合同",l="请输入订单金额",p="请选择订单类型",y="请选择支付类型",m="请选择支付状态",u="请选择支付时间",h="添加订单管理",P="编辑订单管理",T="确定要删除该订单管理吗?",I={studentId:e,contractId:t,amount:o,orderType:d,payType:a,paymentStatus:r,paymentTime:c,studentIdPlaceholder:n,contractIdPlaceholder:s,amountPlaceholder:l,orderTypePlaceholder:p,payTypePlaceholder:y,paymentStatusPlaceholder:m,paymentTimePlaceholder:u,addOrders:h,updateOrders:P,ordersDeleteTips:T};export{h as addOrders,o as amount,l as amountPlaceholder,t as contractId,s as contractIdPlaceholder,I as default,d as orderType,p as orderTypePlaceholder,T as ordersDeleteTips,a as payType,y as payTypePlaceholder,r as paymentStatus,m as paymentStatusPlaceholder,c as paymentTime,u as paymentTimePlaceholder,e as studentId,n as studentIdPlaceholder,P as updateOrders};