From 4aafead50555b92833d1642ad08c1964ae67f0f0 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Thu, 17 Oct 2024 18:00:16 +0700 Subject: [PATCH] refactor: by value --- src/pages/05_quotation/peview/ViewForm.vue | 182 +++++++++++++++------ 1 file changed, 132 insertions(+), 50 deletions(-) diff --git a/src/pages/05_quotation/peview/ViewForm.vue b/src/pages/05_quotation/peview/ViewForm.vue index 93151823..55452811 100644 --- a/src/pages/05_quotation/peview/ViewForm.vue +++ b/src/pages/05_quotation/peview/ViewForm.vue @@ -1,8 +1,11 @@