diff --git a/pages/banking/statements/[mode]/[[id]].vue b/pages/banking/statements/[mode]/[[id]].vue index d714154..7260c62 100644 --- a/pages/banking/statements/[mode]/[[id]].vue +++ b/pages/banking/statements/[mode]/[[id]].vue @@ -143,6 +143,7 @@ const selectAccount = (id) => { const manualAllocationSum = ref(itemInfo.value.amount || 0) const allocationDescription = ref("") +const showMoreWithoutRecipe = ref(false) const saveAllocation = async (allocation) => { @@ -512,7 +513,7 @@ setup() > @@ -584,7 +585,13 @@ setup() + {{ showMoreWithoutRecipe ? "Weniger anzeigen" : "Mehr anzeigen" }} @@ -622,6 +629,7 @@ setup() @@ -659,6 +667,7 @@ setup() @@ -726,7 +735,7 @@ setup() -
+