refactor(shopAdmin): 重构管理员页面
- 新增 SuperAdmin 和 Admin 组件 - 优化管理员列表展示逻辑 - 添加超级管理员单独展示区域 -调整新建按钮文字为"添加" - 移除不必要的注释代码
This commit is contained in:
@@ -152,6 +152,7 @@ export interface UserParam extends PageParam {
|
||||
sexName?: string;
|
||||
roleId?: string;
|
||||
isAdmin?: number;
|
||||
isSuperAdmin?: boolean;
|
||||
showProfile?: boolean;
|
||||
isStaff?: boolean;
|
||||
templateId?: number;
|
||||
|
||||
Reference in New Issue
Block a user