fix: 10 card per page product & service
This commit is contained in:
parent
186edd93fe
commit
fa4da58723
1 changed files with 3 additions and 3 deletions
|
|
@ -203,7 +203,7 @@ const currentPageType = ref<number>(1);
|
|||
const maxPageType = ref<number>(1);
|
||||
const pageSizeType = ref<number>(30);
|
||||
const maxPageServiceAndProduct = ref<number>(1);
|
||||
const pageSizeServiceAndProduct = ref<number>(1);
|
||||
const pageSizeServiceAndProduct = ref<number>(10);
|
||||
const currentPageServiceAndProduct = ref<number>(1);
|
||||
const totalType = ref<number>(0);
|
||||
const totalGroup = ref<number>(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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue