Start UI Change

This commit is contained in:
2026-03-21 21:13:22 +01:00
parent cfd84b773f
commit b009ac845f
65 changed files with 2837 additions and 2114 deletions

View File

@@ -111,14 +111,14 @@ const createExport = async () => {
<UTable
:rows="filteredExports"
:columns="[
:columns="normalizeTableColumns([
{ key: 'created_at', label: 'Erstellt am' },
{ key: 'start_date', label: 'Start' },
{ key: 'end_date', label: 'Ende' },
{ key: 'valid_until', label: 'Gültig bis' },
{ key: 'type', label: 'Typ' },
{ key: 'download', label: 'Download' },
]"
])"
>
<template #created_at-data="{row}">
{{dayjs(row.created_at).format("DD.MM.YYYY HH:mm")}}
@@ -137,7 +137,7 @@ const createExport = async () => {
</template>
</UTable>
<UModal v-model="showCreateExportModal">
<UModal v-model:open="showCreateExportModal">
<UCard>
<template #header>
Export erstellen
@@ -223,4 +223,4 @@ const createExport = async () => {
</template>
<style scoped>
</style>
</style>