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.1 KiB
1 lines
1.1 KiB
const t="记录编号",e="请输入记录编号",s="学员ID",o="请输入学员ID",d="课程ID",r="请输入课程ID",c="总正式课时数",a="请输入总正式课时数",l="赠送课时数",u="请输入赠送课时数",n="请选择开始时间",h="请输入课程开始日期",D="请选择结束时间",P="请输入课程结束日期",I="添加学员课程",i="编辑学员课程",H="确定要删除该数据吗?",C={id:t,idPlaceholder:e,studentId:s,studentIdPlaceholder:o,courseId:d,courseIdPlaceholder:r,totalHours:c,totalHoursPlaceholder:a,giftHours:l,giftHoursPlaceholder:u,startDate:n,startDatePlaceholder:h,endDate:D,endDatePlaceholder:P,addStudentCourses:I,updateStudentCourses:i,studentCoursesDeleteTips:H};export{I as addStudentCourses,d as courseId,r as courseIdPlaceholder,C as default,D as endDate,P as endDatePlaceholder,l as giftHours,u as giftHoursPlaceholder,t as id,e as idPlaceholder,n as startDate,h as startDatePlaceholder,H as studentCoursesDeleteTips,s as studentId,o as studentIdPlaceholder,c as totalHours,a as totalHoursPlaceholder,i as updateStudentCourses};
|
|
|