课表
{{v.week}}
{{today == v.date ? '今':v.today}}
查看更多
班级:{{v.classes_name}}
时间:{{v.date}}
课室:{{v.address}}
课程:{{v.courses_name}}
{{ v.status === 1 ? '未开始' : v.status === 2 ? '上课中' : '已结束' }}
已签到学生 ({{v.sign_list.length }}/{{v.max_students.split(',').length }})
详情