From 7f6ba993281f46851733630f097a219456408035 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Sat, 10 Jan 2026 18:00:12 +0100 Subject: [PATCH] =?UTF-8?q?Added=20Schnellauswahl=20f=C3=BCr=20die=20Expor?= =?UTF-8?q?te?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/pages/export/index.vue | 176 ++++++++++++++++++++------------ 1 file changed, 113 insertions(+), 63 deletions(-) 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 @@ + @@ -114,46 +133,78 @@ const createExport = async () => { Export erstellen - - - +
+
Schnellauswahl
- - - +
+
+ Monat: + Letzter + Aktuell +
- - - +
+ Quartal: - - - + + Letztes + + + + Q{{ q }} + +
+
+
+
+ + + + + + + + + + + + + +
@@ -162,5 +213,4 @@ const createExport = async () => { + \ No newline at end of file