生产管理系统前端 开发中心配置系统 所有页面

This commit is contained in:
2025-10-21 18:04:39 +08:00
parent 4a5d278d89
commit 9afc680833
185 changed files with 13677 additions and 4487 deletions

View File

@@ -407,7 +407,7 @@ D:\code\repotest\smart-crop-ui\ # 原项目(保留不变)
│ │ └── 📂 central-config/ # ⚙️ 中心配置管理系统页面
│ │ ├── 📄 layout.tsx # 🆕 配置系统布局
│ │ ├── 📄 page.tsx # 🆕 配置系统主页面
│ │ ├── 📂 tenant-management/ # B级租户管理
│ │ ├── 📂 tenant/ # B级租户管理
│ │ │ ├── 📄 page.tsx # 🆕 租户管理主页
│ │ │ ├── 📂 enterprise-audit/ # C级企业审核
│ │ │ │ └── 📄 page.tsx # 路径: /config/tenant/enterprise-audit
@@ -415,43 +415,43 @@ D:\code\repotest\smart-crop-ui\ # 原项目(保留不变)
│ │ │ │ └── 📄 page.tsx # 路径: /config/tenant/audit-history
│ │ │ ├── 📂 enterprise-info/ # C级企业信息
│ │ │ │ └── 📄 page.tsx # 路径: /config/tenant/enterprise-info
│ │ │ └── 📂 platform-user-management/ # C级用户管理
│ │ │ └── 📂 user-management/ # C级用户管理
│ │ │ └── 📄 page.tsx # 路径: /config/tenant/user-management
│ │ ├── 📂 user-management/ # B级用户管理
│ │ ├── 📂 user/ # B级用户管理
│ │ │ ├── 📄 page.tsx # 🆕 用户管理主页
│ │ │ ├── 📂 employee-management/ # C级员工管理
│ │ │ ├── 📂 employee/ # C级员工管理
│ │ │ │ └── 📄 page.tsx # 路径: /config/user/employee
│ │ │ ├── 📂 role-management/ # C级角色管理
│ │ │ ├── 📂 role/ # C级角色管理
│ │ │ │ └── 📄 page.tsx # 路径: /config/user/role
│ │ │ ├── 📂 menu-management/ # C级菜单管理
│ │ │ ├── 📂 menu/ # C级菜单管理
│ │ │ │ └── 📄 page.tsx # 路径: /config/user/menu
│ │ │ └── 📂 permission-config/ # C级权限配置管理
│ │ │ └── 📂 permission/ # C级权限配置管理
│ │ │ └── 📄 page.tsx # 路径: /config/user/permission
│ │ ├── 📂 system-parameters/ # B级系统参数
│ │ ├── 📂 system/ # B级系统参数
│ │ │ ├── 📄 page.tsx # 🆕 系统参数主页
│ │ │ ├── 📂 system-settings/ # C级系统设置
│ │ │ ├── 📂 settings/ # C级系统设置
│ │ │ │ └── 📄 page.tsx # 路径: /config/system/settings
│ │ │ ├── 📂 category-dictionary/ # C级分类字典
│ │ │ ├── 📂 category/ # C级分类字典
│ │ │ │ └── 📄 page.tsx # 路径: /config/system/category
│ │ │ └── 📂 data-dictionary/ # C级数据字典
│ │ │ └── 📂 dictionary/ # C级数据字典
│ │ │ └── 📄 page.tsx # 路径: /config/system/dictionary
│ │ ├── 📂 system-monitor/ # B级系统监控
│ │ ├── 📂 monitor/ # B级系统监控
│ │ │ ├── 📄 page.tsx # 🆕 系统监控主页
│ │ │ ├── 📂 login-log/ # C级登录日志
│ │ │ │ └── 📄 page.tsx # 路径: /config/monitor/login-log
│ │ │ ├── 📂 operation-log/ # C级操作日志
│ │ │ │ └── 📄 page.tsx # 路径: /config/monitor/operation-log
│ │ │ ├── 📂 performance-monitor/ # C级性能监控
│ │ │ ├── 📂 performance/ # C级性能监控
│ │ │ │ └── 📄 page.tsx # 路径: /config/monitor/performance
│ │ │ └── 📂 network-log/ # C级网络日志
│ │ │ └── 📄 page.tsx # 路径: /config/monitor/network-log
│ │ └── 📂 message-center/ # B级消息中心
│ │ └── 📂 message/ # B级消息中心
│ │ ├── 📄 page.tsx # 🆕 消息中心主页
│ │ ├── 📂 message-send/ # C级消息发送
│ │ ├── 📂 send/ # C级消息发送
│ │ │ └── 📄 page.tsx # 路径: /config/message/send
│ │ ├── 📂 message-template/ # C级消息模版
│ │ ├── 📂 template/ # C级消息模版
│ │ │ └── 📄 page.tsx # 路径: /config/message/template
│ │ └── 📂 message-log/ # C级消息日志
│ │ └── 📂 log/ # C级消息日志
│ │ └── 📄 page.tsx # 路径: /config/message/log
│ ├── 📂 components/ # 组件库
│ │ ├── 📂 ui/ # 基础UI组件(shadcn)