diff --git a/src/api/system/user/model/index.ts b/src/api/system/user/model/index.ts index e7a09a6..8323dc1 100644 --- a/src/api/system/user/model/index.ts +++ b/src/api/system/user/model/index.ts @@ -152,6 +152,7 @@ export interface UserParam extends PageParam { sexName?: string; roleId?: string; isAdmin?: number; + isSuperAdmin?: boolean; showProfile?: boolean; isStaff?: boolean; templateId?: number; diff --git a/src/views/shop/shopAdmin/components/admin.vue b/src/views/shop/shopAdmin/components/admin.vue index 2ec8ef1..add1bba 100644 --- a/src/views/shop/shopAdmin/components/admin.vue +++ b/src/views/shop/shopAdmin/components/admin.vue @@ -1,368 +1,42 @@