From 5b5e264c2748a3d0ede7312b9700a66b1d56e909 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Tue, 22 Oct 2024 11:34:56 +0700 Subject: [PATCH] refactor: move remark --- src/pages/05_quotation/QuotationForm.vue | 76 ++++++++++++------------ 1 file changed, 37 insertions(+), 39 deletions(-) diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index 546c53c3..03940e81 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -759,45 +759,6 @@ function storeDataLocal() { /> - - - {{ $t('general.remark') }} - -
- + + + {{ $t('general.remark') }} + +
+