Danilo Escudero
-- danilo.escudero@gmail.com -
-Professor
-Danilo Escudero
++ danilo.escudero@gmail.com +
+Professor
+{{ props.name! }}
-{{ props.details! }}
-{{ props.locale! }}
-{{ props.name! }}
+{{ props.details! }}
+{{ props.locale! }}
+- {{ dayInTheWeek }} -
- - - - - - -- {{ dayjs(dayInMonth.date).format('DD') }} -
-+ {{ dayInTheWeek }} +
+ + + + + + ++ {{ dayjs(dayInMonth.date).format('DD') }} +
+- {{ dayWeek }} -
-- {{ dayMonth }} -
-+ {{ dayWeek }} +
++ {{ dayMonth }} +
+Ambiente: {{ lesson.environment }}
- \ No newline at end of file + diff --git a/components/Section/Horario/DailyView/Lesson/LessonInfoTime.vue b/components/Section/Horario/DailyView/Lesson/LessonInfoTime.vue index e7191b3c..ff18c1ef 100644 --- a/components/Section/Horario/DailyView/Lesson/LessonInfoTime.vue +++ b/components/Section/Horario/DailyView/Lesson/LessonInfoTime.vue @@ -2,11 +2,10 @@ import dayjs from '~/components/Section/Horario/-Helpers/dayjs'; import type { ILesson } from '~/components/Section/Horario/-Helpers/ILesson'; -const lesson = inject>("lesson")! +const lesson = inject>('lesson')!; const start: dayjs.Dayjs = dayjs(lesson.value.startsAt, 'HH:mm:ss'); const end: dayjs.Dayjs = dayjs(lesson.value.endsAt, 'HH:mm:ss'); -Horário: {{ start.format('HH:mm') }} - {{ end.format('HH:mm') }}
- \ No newline at end of file +- {{ turno.nome }} -
++ {{ turno.nome }} +
diff --git a/components/Section/Horario/Shifts/Shifts.vue b/components/Section/Horario/Shifts/Shifts.vue index 89aa882f..43ffb266 100644 --- a/components/Section/Horario/Shifts/Shifts.vue +++ b/components/Section/Horario/Shifts/Shifts.vue @@ -2,22 +2,22 @@ import type { IDiasDaSemana, ITurnos } from '../IGradeHorario'; type Props = { - turnos: ITurnos; - diasDaSemana: IDiasDaSemana; + turnos: ITurnos; + diasDaSemana: IDiasDaSemana; }; defineProps- Entrar como Aluno -
-+ Entrar como Aluno +
+