From 55f6a5f84e01d21f8d245235458a15e425adc5d4 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Thu, 7 Nov 2024 17:53:40 +0700 Subject: [PATCH] refactor: add table --- .../05_quotation/TableQuotation.vue | 129 ++++++++++++++- src/pages/05_quotation/MainPage.vue | 152 ++++++++++++------ 2 files changed, 222 insertions(+), 59 deletions(-) diff --git a/src/components/05_quotation/TableQuotation.vue b/src/components/05_quotation/TableQuotation.vue index 4cf6602d..012a51f9 100644 --- a/src/components/05_quotation/TableQuotation.vue +++ b/src/components/05_quotation/TableQuotation.vue @@ -1,32 +1,149 @@ diff --git a/src/pages/05_quotation/MainPage.vue b/src/pages/05_quotation/MainPage.vue index 4542fe5b..f5d0d539 100644 --- a/src/pages/05_quotation/MainPage.vue +++ b/src/pages/05_quotation/MainPage.vue @@ -1,7 +1,7 @@