From 52cf5345a01ee009243e4e1a5009731733190589 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Wed, 30 Oct 2024 14:10:59 +0700 Subject: [PATCH] refactor: handle color --- src/pages/05_quotation/QuotationForm.vue | 16 +++++++++++----- src/pages/05_quotation/QuotationFormInfo.vue | 18 +++++++++++++++++- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index de693b68..bb4d1f9a 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -900,7 +900,7 @@ const view = ref(View.Quotation);
-
+
{{ $t('quotation.title') }} @@ -1002,7 +1002,6 @@ const view = ref(View.Quotation); view === View.Quotation || view === View.Accepted || view === View.Invoice || - view === View.Payment || view === View.Receipt " > @@ -1221,7 +1220,7 @@ const view = ref(View.Quotation);