Skip to content
Snippets Groups Projects

Resolve "Add absence overview page"

Merged Hangzhi Yu requested to merge 264-add-absence-overview-page into master
Compare and Show latest version
2 files
+ 18
14
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -22,20 +22,24 @@
v-show="pageType === 'absences' && selectedParticipations.length"
>
<v-card-text>
{{
$tc(
"alsijil.coursebook.absences.action_for_selected",
selectedParticipations.length,
)
}}
<v-row align="center">
<v-col cols="6">
{{
$tc(
"alsijil.coursebook.absences.action_for_selected",
selectedParticipations.length,
)
}}
</v-col>
<v-col cols="6">
<absence-reason-buttons
allow-empty
empty-value="present"
@input="handleMultipleAction"
/>
</v-col>
</v-row>
</v-card-text>
<v-card-actions>
<absence-reason-buttons
allow-empty
empty-value="present"
@input="handleMultipleAction"
/>
</v-card-actions>
</v-card>
</v-expand-transition>
</template>
Loading