From 529588bfedd292101aa568cc804414bccd6d5f07 Mon Sep 17 00:00:00 2001 From: Raphael Odini Date: Mon, 2 Dec 2024 22:29:26 +0100 Subject: [PATCH] refactor(Price add): show count & sum of already added prices --- .../PriceAlreadyUploadedListCard.vue | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/src/components/PriceAlreadyUploadedListCard.vue b/src/components/PriceAlreadyUploadedListCard.vue index bc024e8c66f..625e328bdb4 100644 --- a/src/components/PriceAlreadyUploadedListCard.vue +++ b/src/components/PriceAlreadyUploadedListCard.vue @@ -10,7 +10,9 @@ + + @@ -18,12 +20,29 @@ + + + + + + + + {{ $t('Common.PriceCount', { count: proofPriceUploadedList.length }) }} + + + {{ getPriceValueDisplay(proofPriceUploadedListSum) }} + + + + +