新增护理计划管理前端页面,接入后端 8 条孤立路由: - API 模块: carePlans.ts(计划 + 干预项目 + 预后测量 CRUD) - 列表页: CarePlanList.tsx(筛选/新建/编辑/删除/跳转详情) - 详情页: CarePlanDetail.tsx(计划信息 + Items/Outcomes 双 Tab CRUD) - 路由注册: /health/care-plans + /health/care-plans/:id - 菜单标题: routeTitleFallback 映射 权限: health.care-plan.list / health.care-plan.manage