From cc7ffefad12b3f49943606fcc3a62d8f78001702 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=88=98=E7=BF=94=E5=AE=87-=E6=97=85=E7=AE=A1=E5=AE=B6?=
<153298343@qq.com>
Date: Mon, 19 Dec 2022 15:04:59 +0800
Subject: [PATCH] up
---
src/views/productService/classifyManage.vue | 4 +
.../confinement/addConfinementClub.vue | 2 +-
.../productService/productServiceManage.vue | 2 +-
src/views/userManage/memberManage.vue | 415 ++++++++++--------
4 files changed, 228 insertions(+), 195 deletions(-)
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 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-