Added ArchiveButton.vue

This commit is contained in:
2025-09-24 19:43:04 +02:00
parent 4a05bd5bc3
commit dd2bf7a8ff
6 changed files with 92 additions and 53 deletions

View File

@@ -254,19 +254,12 @@ const archiveStatement = async () => {
</UBadge>
</template>
<template #right>
<ButtonWithConfirm
<ArchiveButton
color="rose"
variant="outline"
type="bankstatements"
@confirmed="archiveStatement"
>
<template #button>
Archivieren
</template>
<template #header>
<span class="text-md text-black font-bold">Archivieren bestätigen</span>
</template>
Möchten Sie die Kontobewegung wirklich archivieren?
</ButtonWithConfirm>
/>
</template>
</UDashboardNavbar>