From 53bb9e8d8f18d8918baac04d5d426c88414c8d73 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Fri, 18 Oct 2024 09:37:34 +0700 Subject: [PATCH] refactor: use app button --- src/pages/05_quotation/QuotationForm.vue | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index 4f99f50e..e7a5436d 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -47,6 +47,7 @@ import { UndoButton, DeleteButton, CancelButton, + MainButton, } from 'components/button'; import ProductServiceForm from './ProductServiceForm.vue'; import QuotationFormInfo from './QuotationFormInfo.vue'; @@ -881,17 +882,14 @@ function storeDataLocal() {