diff --git a/frontend/pages/export/index.vue b/frontend/pages/export/index.vue index b1c99e8..b948eba 100644 --- a/frontend/pages/export/index.vue +++ b/frontend/pages/export/index.vue @@ -1,5 +1,42 @@ @@ -63,28 +98,16 @@ const createExport = async () => { >+ SEPA + @@ -100,11 +123,7 @@ const createExport = async () => { {{dayjs(row.valid_until).format("DD.MM.YYYY HH:mm")}} - - Download - + Download @@ -114,46 +133,78 @@ const createExport = async () => { Export erstellen - - - + + Schnellauswahl - - - - - + + + Monat: + Letzter + Aktuell + - - - + + Quartal: - - - - - + + Letztes + + + + Q{{ q }} + + + + + + + + + + + + + + + + + + + + + + + - - Erstellen - + + + Erstellen + + @@ -162,5 +213,4 @@ const createExport = async () => { + \ No newline at end of file