From 548f10feab00cdb562523f30d8c922202a481a5f Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Fri, 4 Oct 2024 14:51:31 +0700 Subject: [PATCH] refactor: clean code --- src/pages/05_quotation/QuotationForm.vue | 68 +++++++++++++----------- 1 file changed, 36 insertions(+), 32 deletions(-) diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index bcbcb6aa..b23f14f9 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -1,35 +1,42 @@