Skip to content
Snippets Groups Projects
Commit 5601afca authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Change date design

parent 42022c38
No related branches found
No related tags found
1 merge request!329Introduce substitution to do list
......@@ -48,7 +48,9 @@ import {
<template #default="{ items }">
<v-list-item v-for="day in groupOriginalLessonsByDay(items)" two-line>
<v-list-item-content>
<v-list-item-title>{{ $d(day[0], "short") }}</v-list-item-title>
<v-subheader class="text-h6">{{
$d(day[0], "dateWithWeekday")
}}</v-subheader>
<v-list>
<v-list-item v-for="originalLesson in day.slice(1)">
<substitution-card
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment