智慧教务系统
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
974 B

const t="学员",e="全部",s="课程",o="全部",d="总正式课时数",r="请输入总正式课时数",u="赠送课时数",a="请输入赠送课时数",c="请选择开始时间",n="请输入课程开始日期",l="请选择结束时间",h="请输入课程结束日期",P="添加学员课程",D="编辑学员课程",H="确定要删除该数据吗?",I={studentId:t,studentIdPlaceholder:e,courseId:s,courseIdPlaceholder:o,totalHours:d,totalHoursPlaceholder:r,giftHours:u,giftHoursPlaceholder:a,startDate:c,startDatePlaceholder:n,endDate:l,endDatePlaceholder:h,addStudentCourses:P,updateStudentCourses:D,studentCoursesDeleteTips:H};export{P as addStudentCourses,s as courseId,o as courseIdPlaceholder,I as default,l as endDate,h as endDatePlaceholder,u as giftHours,a as giftHoursPlaceholder,c as startDate,n as startDatePlaceholder,H as studentCoursesDeleteTips,t as studentId,e as studentIdPlaceholder,d as totalHours,r as totalHoursPlaceholder,D as updateStudentCourses};