总课时
{{ courseInfo.total_hours || 0 }}
赠送课时
{{ courseInfo.gift_hours || 0 }}
已用课时
{{ (courseInfo.use_total_hours || 0) + (courseInfo.use_gift_hours || 0) }}
剩余课时
{{ getRemainingHours() }}
开始日期:{{ courseInfo.start_date || '--' }}
结束日期:{{ courseInfo.end_date || '--' }}
课程安排
({{ scheduleList.length }})
{{ formatDate(item.course_date) }}
{{ item.time_slot }}
{{ getScheduleTypeText(item.schedule_type) }}
{{ getCourseTypeText(item.course_type) }}
{{ getScheduleStatusText(item.status) }}
>
使用记录
({{ usageList.length }})
{{ formatDate(item.usage_date) }}
{{ item.time_slot || '--' }}
消耗课时:{{ item.hours_used || 0 }}
{{ item.usage_type || '正常上课' }}
已确认
暂无课程安排和使用记录