From c2409635122118249c5bc06cff7b95e21ed53405 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Mon, 24 Jun 2024 11:10:28 +0000 Subject: [PATCH] feat: show option propertie (service) --- .../04_product-service/BasicInformation.vue | 15 ++ .../04_product-service/FormServiceWork.vue | 5 +- .../WorkManagementComponent.vue | 231 ++++++++++-------- src/pages/04_product-service/MainPage.vue | 1 + src/stores/options/index.ts | 13 + 5 files changed, 158 insertions(+), 107 deletions(-) diff --git a/src/components/04_product-service/BasicInformation.vue b/src/components/04_product-service/BasicInformation.vue index 44ced12a..075e836d 100644 --- a/src/components/04_product-service/BasicInformation.vue +++ b/src/components/04_product-service/BasicInformation.vue @@ -1,5 +1,9 @@