From 26d05d08ea9861050684845189737d42698ce577 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Fri, 18 Oct 2024 10:42:47 +0700 Subject: [PATCH] refactor: by value --- src/pages/05_quotation/peview/ViewForm.vue | 83 +++++++++++++++++++--- 1 file changed, 73 insertions(+), 10 deletions(-) diff --git a/src/pages/05_quotation/peview/ViewForm.vue b/src/pages/05_quotation/peview/ViewForm.vue index ac3fa982..d4ff98da 100644 --- a/src/pages/05_quotation/peview/ViewForm.vue +++ b/src/pages/05_quotation/peview/ViewForm.vue @@ -1,22 +1,29 @@