diff --git a/src/components/EventRow.vue b/src/components/EventRow.vue index 58bda4b..c0d5508 100644 --- a/src/components/EventRow.vue +++ b/src/components/EventRow.vue @@ -1,7 +1,7 @@ - + - {{lesson.start_ts.slice(11,16)}} {{lesson.end_ts.slice(11,16)}} + {{lesson.start_ts.slice(11,16)}} {{lesson.end_ts.slice(11,16)}} @@ -13,22 +13,105 @@ + + + + + + Предмет + + + {{lesson.name}} + + + Кабинет + + + + + + + + + {{lesson.room[0].name}} + + + {{lesson.room[0].direction}} + + + Не указан + + + + Преподаватель + + + + + + + + + + arrow_back_ios + + + + + + + Фото нет :( + + + {{item.last_name}} + {{item.first_name}} + {{item.middle_name}} + + + + arrow_forward_ios + + + + Дополнительная информация + {{item.description}} + Пока здесь ничего нет :( + + + + + - \ No newline at end of file