diff --git a/src/pages/04_product-service/MainPage.vue b/src/pages/04_product-service/MainPage.vue index fa201762..c78d11d6 100644 --- a/src/pages/04_product-service/MainPage.vue +++ b/src/pages/04_product-service/MainPage.vue @@ -198,6 +198,7 @@ const serviceTab = [ label: 'workInformation', }, ]; +const hideStat = ref(false); const workItems = ref([]); const workNameRef = ref(); @@ -1183,13 +1184,42 @@ watch(inputSearchProductAndService, async () => {
-
- -
+ {{ $t('dataSum') }} +
+ +
+
+ +
+
+
+