diff --git a/src/pages/04_product-service/MainPage.vue b/src/pages/04_product-service/MainPage.vue index 13a66592..660d5434 100644 --- a/src/pages/04_product-service/MainPage.vue +++ b/src/pages/04_product-service/MainPage.vue @@ -203,7 +203,7 @@ const currentPageType = ref(1); const maxPageType = ref(1); const pageSizeType = ref(30); const maxPageServiceAndProduct = ref(1); -const pageSizeServiceAndProduct = ref(1); +const pageSizeServiceAndProduct = ref(10); const currentPageServiceAndProduct = ref(1); const totalType = ref(0); const totalGroup = ref(0); @@ -1248,7 +1248,7 @@ watch(inputSearchProductAndService, async () => { isType :count-product="v._count.product" :count-type="v._count.type" - :count-service="999" + :count-service="78" :title="v.name" :subtitle="v.code" :date="new Date(v.updatedAt)" @@ -1304,7 +1304,7 @@ watch(inputSearchProductAndService, async () => { :subtitle="v.code" :count-product="v._count.product" :count-type="v._count.type" - :count-service="999" + :count-service="78" :date="new Date(v.updatedAt)" :status="v.status" color="var(--pink-6-hsl)"