From 94278e2f53ee6ebbaf999004d53875da7b655dcf Mon Sep 17 00:00:00 2001 From: jorgep Date: Mon, 18 Dec 2023 15:36:56 +0100 Subject: [PATCH] refactor: refs #5835 --- src/components/ui/VnLv.vue | 2 +- src/pages/InvoiceIn/Card/InvoiceInSummary.vue | 2 +- src/pages/InvoiceIn/InvoiceInList.vue | 55 ++++++++----------- 3 files changed, 26 insertions(+), 33 deletions(-) diff --git a/src/components/ui/VnLv.vue b/src/components/ui/VnLv.vue index 9a17fca05..e99ec4b05 100644 --- a/src/components/ui/VnLv.vue +++ b/src/components/ui/VnLv.vue @@ -5,7 +5,7 @@ import { dashIfEmpty } from 'src/filters'; const $props = defineProps({ label: { type: String, default: null }, value: { - type: [String, Boolean], + type: [String, Boolean, Number], default: null, }, info: { type: String, default: null }, diff --git a/src/pages/InvoiceIn/Card/InvoiceInSummary.vue b/src/pages/InvoiceIn/Card/InvoiceInSummary.vue index d7039fe3d..6dd8a7ae9 100644 --- a/src/pages/InvoiceIn/Card/InvoiceInSummary.vue +++ b/src/pages/InvoiceIn/Card/InvoiceInSummary.vue @@ -265,7 +265,7 @@ function getLink(param) {