From e49a9f4165736b63aef428131922404e0ca1d6dc Mon Sep 17 00:00:00 2001 From: jorgep Date: Mon, 5 Feb 2024 15:39:53 +0100 Subject: [PATCH 01/25] feat: refs #6317 create vnCurrency --- src/components/common/VnCurrency.vue | 34 +++++++++++++++++++ .../Payments/CustomerPaymentsFilter.vue | 23 ++----------- 2 files changed, 36 insertions(+), 21 deletions(-) create mode 100644 src/components/common/VnCurrency.vue diff --git a/src/components/common/VnCurrency.vue b/src/components/common/VnCurrency.vue new file mode 100644 index 000000000..9e08f4500 --- /dev/null +++ b/src/components/common/VnCurrency.vue @@ -0,0 +1,34 @@ + + + + +es: + amount: importe + diff --git a/src/pages/Customer/Payments/CustomerPaymentsFilter.vue b/src/pages/Customer/Payments/CustomerPaymentsFilter.vue index 74ea2c203..a45bc4f8c 100644 --- a/src/pages/Customer/Payments/CustomerPaymentsFilter.vue +++ b/src/pages/Customer/Payments/CustomerPaymentsFilter.vue @@ -1,9 +1,9 @@