Skip to content
Snippets Groups Projects
Commit efc8450c authored by permcu's avatar permcu
Browse files

Sketch AbsenceCreationSummary-list

parent 332d2b53
No related branches found
No related tags found
1 merge request!356Add dialog for creation of long-term absences
......@@ -8,7 +8,19 @@
:elevated="false"
>
<template #default="{ items }">
<!-- expandable card per person -->
<v-expansion-panels>
<v-expansion-panel
v-for="person in items"
:key="person.id"
>
<v-expansion-panel-header>
{{ persons.find((p) => p.id === person.id) }}
</v-expansion-panel-header>
<v-expansion-panel-content>
TODO
</v-expansion-panel-content>
</v-expansion-panel>
</v-expansion-panels>
</template>
</c-r-u-d-iterator>
</template>
......
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