From 5cb238bde2449643f56a3722f7bd47d43ef740fc Mon Sep 17 00:00:00 2001 From: ogerly Date: Sun, 27 Nov 2022 12:57:23 +0100 Subject: [PATCH] right side last transaction list style --- .../Template/RightSide/LastTransactions.vue | 43 ++++++++++++++++--- frontend/src/layouts/templates/RightSide.vue | 4 +- 2 files changed, 39 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/Template/RightSide/LastTransactions.vue b/frontend/src/components/Template/RightSide/LastTransactions.vue index 588df65c4..ed2689587 100644 --- a/frontend/src/components/Template/RightSide/LastTransactions.vue +++ b/frontend/src/components/Template/RightSide/LastTransactions.vue @@ -6,12 +6,43 @@ - -
-
-
-
{{ transaction.typeId }}
-
{{ transaction.amount }}
+
+
+ + + + + + + + + + {{ transaction.linkedUser.firstName }} {{ transaction.linkedUser.lastName }} + + + + + + + {{ transaction.amount | GDD }} + {{ $d(new Date(transaction.balanceDate), 'short') }} + + +
diff --git a/frontend/src/layouts/templates/RightSide.vue b/frontend/src/layouts/templates/RightSide.vue index 0b5ce5805..9106be4de 100644 --- a/frontend/src/layouts/templates/RightSide.vue +++ b/frontend/src/layouts/templates/RightSide.vue @@ -1,6 +1,6 @@