-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ courseStats(row).scheduled }}
-
-
- {{ courseStats(row).remaining }}
-
-
- {{ row.continuous ? 1 : 1 }}
-
-
- {{ row.continuous ? 2 : 1 }}
-
-
-
-
-
-
-
配档课程属性
-
-
-
-
-
-
-
-
-
-
-
- 单科独进
-
-
-
-
-
-
-
-
-
-
-
-
-
应用属性
-
-
-
-
-
-
-
-
-
-
-
-
-
可排{{ weeklyCapacity }}
-
-
-
-
- 已{{ monthlyScheduled(w) }}
- 余{{ Math.max(0, weeklyCapacity - monthlyScheduled(w)) }}
-
-
-
-
-
-
-
-
-
-
- {{ course.name }}({{ course.short }})
-
- 已排{{ courseStats(course).scheduled }}
- +{{ courseStats(course).remaining }}
-
-
-
-
-
-
-
- {{ courseWeekHours(course)[w] || '' }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-