diff --git a/src/views/productService/classifyManage.vue b/src/views/productService/classifyManage.vue index 5e6465b..2eed299 100644 --- a/src/views/productService/classifyManage.vue +++ b/src/views/productService/classifyManage.vue @@ -49,6 +49,10 @@ export default { { prop:'level', label:'排序' + }, + { + prop:'id', + label:'id' } ] } diff --git a/src/views/productService/components/confinement/addConfinementClub.vue b/src/views/productService/components/confinement/addConfinementClub.vue index 917f135..0474d6a 100644 --- a/src/views/productService/components/confinement/addConfinementClub.vue +++ b/src/views/productService/components/confinement/addConfinementClub.vue @@ -466,7 +466,7 @@ async getMerchants() { const res = await merchantIndex({ page: 1, - pageSize: 999 + page_size: 999 }) //console.log(res) this.merchants = res?.data diff --git a/src/views/productService/productServiceManage.vue b/src/views/productService/productServiceManage.vue index b9cb1ae..aed37c1 100644 --- a/src/views/productService/productServiceManage.vue +++ b/src/views/productService/productServiceManage.vue @@ -49,7 +49,7 @@ - + diff --git a/src/views/userManage/memberManage.vue b/src/views/userManage/memberManage.vue index e2f9067..f82fd07 100644 --- a/src/views/userManage/memberManage.vue +++ b/src/views/userManage/memberManage.vue @@ -1,194 +1,223 @@ - - - - -