From a498c24e1eb96901fcd4776f598a46bae1826051 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Mon, 28 Oct 2024 14:53:31 +0700 Subject: [PATCH] feat: add dynamic color to quotation form info --- src/pages/05_quotation/QuotationForm.vue | 1 + src/pages/05_quotation/QuotationFormInfo.vue | 40 +++++++++++++------- 2 files changed, 27 insertions(+), 14 deletions(-) diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index 198bf810..e6540f31 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -1108,6 +1108,7 @@ const view = ref(View.Quotation);