生产管理系统前端 开发中心配置系统 所有页面
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user