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
990 B
1 lines
990 B
const e="记录编号",s="请输入记录编号",t="学员课程ID(关联到student_courses表)",u="请输入学员课程ID(关联到student_courses表)",d="本次使用的课时数",o="请输入本次使用的课时数",a="课时使用日期",n="请输入课时使用日期",r="添加学员课时消费记录",c="编辑学员课时消费记录",l="确定要删除该数据吗?",g="请选择开始时间",D="请选择结束时间",C={id:e,idPlaceholder:s,studentCourseId:t,studentCourseIdPlaceholder:u,usedHours:d,usedHoursPlaceholder:o,usageDate:a,usageDatePlaceholder:n,addStudentCourseUsage:r,updateStudentCourseUsage:c,studentCourseUsageDeleteTips:l,startDate:g,endDate:D};export{r as addStudentCourseUsage,C as default,D as endDate,e as id,s as idPlaceholder,g as startDate,t as studentCourseId,u as studentCourseIdPlaceholder,l as studentCourseUsageDeleteTips,c as updateStudentCourseUsage,a as usageDate,n as usageDatePlaceholder,d as usedHours,o as usedHoursPlaceholder};
|
|
|