refactor(shopAdmin): 重构管理员页面

- 新增 SuperAdmin 和 Admin 组件
- 优化管理员列表展示逻辑
- 添加超级管理员单独展示区域
-调整新建按钮文字为"添加"
- 移除不必要的注释代码
This commit is contained in:
2025-08-11 15:07:49 +08:00
parent c2d38ac946
commit a6097bfc05
5 changed files with 75 additions and 370 deletions

View File

@@ -152,6 +152,7 @@ export interface UserParam extends PageParam {
sexName?: string;
roleId?: string;
isAdmin?: number;
isSuperAdmin?: boolean;
showProfile?: boolean;
isStaff?: boolean;
templateId?: number;