From 7fed8d40e1ec095a6606117d80031e99ea6584c0 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Fri, 18 Oct 2024 09:20:47 +0700 Subject: [PATCH] fix(05): display final price on quotation card --- src/pages/05_quotation/MainPage.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/05_quotation/MainPage.vue b/src/pages/05_quotation/MainPage.vue index d71cdb42..1d50b9e6 100644 --- a/src/pages/05_quotation/MainPage.vue +++ b/src/pages/05_quotation/MainPage.vue @@ -511,6 +511,7 @@ watch(() => pageState.currentTab, fetchQuotationList);
+ {{ console.log(v) }}