kindergarten_java/reading-platform-frontend/src
Claude Opus 4.6 2e3143affb feat: 添加课程包排课计划参考数据返回
后端改动:
1. CoursePackageResponse.CoursePackageCourseItem 添加 scheduleRefData 和 lessonType 字段
2. CoursePackageService.toResponse() 填充 scheduleRefData 和 lessonType
3. CourseCollectionService.toPackageResponse() 重写以包含课程列表和排课计划参考
4. 添加必要的 mapper 依赖注入

前端改动:
1. school.ts CoursePackage 接口添加 scheduleRefData 字段
2. CreateScheduleModal.vue 优化 selectPackage() 方法,直接从响应数据中提取排课计划参考

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-18 09:38:52 +08:00
..
api feat: 添加课程包排课计划参考数据返回 2026-03-18 09:38:52 +08:00
components 视频预览 2026-03-17 14:17:21 +08:00
router fix: 修复学校端排课路由冲突 - 移除重复的子路由 2026-03-17 19:44:10 +08:00
stores feat: 三端全链路测试完成 - 学校端、教师端、课程包业务 2026-03-13 13:48:28 +08:00
utils 视频预览 2026-03-17 14:17:21 +08:00
views feat: 添加课程包排课计划参考数据返回 2026-03-18 09:38:52 +08:00
.DS_Store refactor: 完成代码重构规范化 - 2026-03-12 2026-03-12 17:27:13 +08:00
App.vue Initialize the Kindergarten platform source code. 2026-02-26 15:22:26 +08:00
auto-imports.d.ts refactor: 代码重构 - API规范化和文件路由配置 2026-03-12 13:05:20 +08:00
components.d.ts feat: 学校端接口租户隔离修复与Response规范化 2026-03-18 00:02:05 +08:00
main.ts 在线文档支持 2026-03-16 20:06:56 +08:00
vite-env.d.ts Initialize the Kindergarten platform source code. 2026-02-26 15:22:26 +08:00