From 39868da3de6192d19dfd316c8be1c080b2d3ebe7 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期五, 18 四月 2025 14:35:46 +0800
Subject: [PATCH] 修改

---
 src/layout/components/Sidebar/menu.js |  232 +++++++++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 181 insertions(+), 51 deletions(-)

diff --git a/src/layout/components/Sidebar/menu.js b/src/layout/components/Sidebar/menu.js
index fc6a211..cba7689 100644
--- a/src/layout/components/Sidebar/menu.js
+++ b/src/layout/components/Sidebar/menu.js
@@ -1,80 +1,108 @@
 import Layout from '@/layout'
 const menu = {
     adminMenu: [
-        {
-            path: '/warehouseManage',
-            name: 'warehouseManage',
-            meta: { title: '入库管理',icon: 'form',affix: true }
-        },
-
-        {
-            path: '/electronicWarehouse',
-            name: 'electronicWarehouse',
-            meta: { title: '电子仓库',icon: 'build',affix: true }
-        },
-        {
-            path: '/detailList',
-            name: 'detailList',
-            meta: { title: '危化品详单',icon: 'education',affix: true }
-        },
-        {
-            path: '/accessRecords',
-            name: 'accessRecords',
-            meta: { title: '取用记录',icon: 'job',affix: true }
-        },
-        {
-            path: '/traceableQuery',
-            name: 'traceableQuery',
-            meta: { title: '溯源查询',icon: 'log',affix: true }
-        },
-        {
-            path: '/overdueWarning',
-            name: 'overdueWarning',
-            meta: { title: '超期预警',icon: 'peoples',affix: true }
-        },
+        // {
+        //     path: '/homePageIndex',
+        //     redirect: '/homePageIndex',
+        //     meta: { title: '首页',icon: 'server'},
+        //     children: [
+        //
+        //         {
+        //             path: 'homePageIndex',
+        //             name: 'homePageIndex',
+        //             meta: { title: '工作台',icon: 'server'}
+        //         } ,
+        //     ]
+        // },
+        // {
+        //     path: '/warehouseManage',
+        //     name: 'warehouseManage',
+        //     meta: { title: '入库管理',icon: 'form',affix: true }
+        // },
+        //
+        // {
+        //     path: '/electronicWarehouse',
+        //     name: 'electronicWarehouse',
+        //     meta: { title: '电子仓库',icon: 'build',affix: true }
+        // },
+        // {
+        //     path: '/accessRecords',
+        //     name: 'accessRecords',
+        //     meta: { title: '取用记录',icon: 'job',affix: true }
+        // },
+        // {
+        //     path: '/traceableQuery',
+        //     name: 'traceableQuery',
+        //     meta: { title: '溯源查询',icon: 'log',affix: true }
+        // },
+        // {
+        //     path: '/overdueWarning',
+        //     name: 'overdueWarning',
+        //     meta: { title: '超期预警',icon: 'peoples',affix: true }
+        // },
         {
             path: '/basicInfo',
             name: 'basicInfo',
-            meta: { title: '危化品基础信息',icon: 'server',affix: true }
+            meta: { title: '危化品基础信息',icon: 'monitor',affix: true }
         },
         {
             path: '/finishedBasicInfo',
             name: 'finishedBasicInfo',
-            meta: { title: '成品基础信息',icon: 'server',affix: true }
+            meta: { title: '成品基础信息',icon: 'monitor',affix: true }
         },
         {
             path: '/systemManage',
             redirect: '/systemManage/warehouse',
             meta: { title: '系统管理',icon: 'dict'},
             children: [
-                // {
-                //     path: 'warehouse',
-                //     name: 'warehouse',
-                //     meta: { title: '仓库管理',icon: 'form'}
-                // } ,
+                {
+                    path: 'characteristic',
+                    name: 'characteristic',
+                    meta: { title: '危化品特性管理',icon: 'druid'}
+
+                },
+                {
+                    path: 'classifyInfoTable',
+                    name: 'classifyInfoTable',
+                    meta: { title: '危化品分类信息表',icon: 'table'}
+
+                },
                 {
                     path: 'company',
                     name: 'company',
                     meta: { title: '企业管理',icon: 'form'}
                 } ,
                 {
+                    path: 'config',
+                    name: 'config',
+                    meta: { title: '企业配置',icon: 'list'}
+                } ,
+                {
                     path: 'user',
                     name: 'user',
-                    meta: { title: '用户管理',icon: 'list'}
+                    meta: { title: '用户管理',icon: 'peoples'}
                 } ,
-                // {
-                //     path: 'department',
-                //     name: 'department',
-                //     meta: { title: '部门管理',icon: 'logininfor'}
-                // } ,
             ]
         },
     ],
     companyMenu: [
         {
+            path: '/homePageIndex',
+            redirect: '/homePageIndex',
+            meta: { title: '首页',icon: 'server'},
+            children: [
+
+                {
+                    path: 'homePageIndex',
+                    name: 'homePageIndex',
+                    meta: { title: '工作台',icon: 'server'}
+                } ,
+            ]
+        },
+        {
             path: '/warehouseManage',
             name: 'warehouseManage',
-            meta: { title: '入库管理',icon: 'form',affix: true }
+            meta: { title: '入库管理',icon: 'warehousing',affix: true }
         },
         {
             path: '/electronicWarehouse',
@@ -82,10 +110,15 @@
             meta: { title: '电子仓库',icon: 'build',affix: true }
         },
         {
-            path: '/detailList',
-            name: 'detailList',
-            meta: { title: '危化品详单',icon: 'education',affix: true }
+            path: '/useCount',
+            name: 'useCount',
+            meta: { title: '用量统计',icon: 'analysis',affix: true }
         },
+        // {
+        //     path: '/detailList',
+        //     name: 'detailList',
+        //     meta: { title: '危化品详单',icon: 'education',affix: true }
+        // },
         {
             path: '/accessRecords',
             name: 'accessRecords',
@@ -99,17 +132,22 @@
         {
             path: '/overdueWarning',
             name: 'overdueWarning',
-            meta: { title: '超期预警',icon: 'peoples',affix: true }
+            meta: { title: '超期预警',icon: 'alarm',affix: true }
+        },
+        {
+            path: '/avoidWarning',
+            name: 'avoidWarning',
+            meta: { title: '危化品相忌报警',icon: 'caution',affix: true }
         },
         {
             path: '/basicInfo',
             name: 'basicInfo',
-            meta: { title: '危化品基础信息',icon: 'server',affix: true }
+            meta: { title: '危化品基础信息',icon: 'monitor',affix: true }
         },
         {
             path: '/finishedBasicInfo',
             name: 'finishedBasicInfo',
-            meta: { title: '成品基础信息',icon: 'server',affix: true }
+            meta: { title: '成品基础信息',icon: 'monitor',affix: true }
         },
         {
             path: '/systemManage',
@@ -139,6 +177,98 @@
             ]
         },
     ],
+    commonMenu: [
+        {
+            path: '/homePageIndex',
+            redirect: '/homePageIndex',
+            meta: { title: '首页',icon: 'server'},
+            children: [
+
+                {
+                    path: 'homePageIndex',
+                    name: 'homePageIndex',
+                    meta: { title: '工作台',icon: 'server'}
+                } ,
+            ]
+        },
+        {
+            path: '/warehouseManage',
+            name: 'warehouseManage',
+            meta: { title: '入库管理',icon: 'warehousing',affix: true }
+        },
+        {
+            path: '/electronicWarehouse',
+            name: 'electronicWarehouse',
+            meta: { title: '电子仓库',icon: 'build',affix: true }
+        },
+        {
+            path: '/useCount',
+            name: 'useCount',
+            meta: { title: '用量统计',icon: 'analysis',affix: true }
+        },
+        // {
+        //     path: '/detailList',
+        //     name: 'detailList',
+        //     meta: { title: '危化品详单',icon: 'education',affix: true }
+        // },
+        {
+            path: '/accessRecords',
+            name: 'accessRecords',
+            meta: { title: '取用记录',icon: 'job',affix: true }
+        },
+        {
+            path: '/traceableQuery',
+            name: 'traceableQuery',
+            meta: { title: '溯源查询',icon: 'log',affix: true }
+        },
+        {
+            path: '/overdueWarning',
+            name: 'overdueWarning',
+            meta: { title: '超期预警',icon: 'alarm',affix: true }
+        },
+        {
+            path: '/avoidWarning',
+            name: 'avoidWarning',
+            meta: { title: '危化品相忌报警',icon: 'caution',affix: true }
+        },
+        {
+            path: '/basicInfo',
+            name: 'basicInfo',
+            meta: { title: '危化品基础信息',icon: 'monitor',affix: true }
+        },
+        {
+            path: '/finishedBasicInfo',
+            name: 'finishedBasicInfo',
+            meta: { title: '成品基础信息',icon: 'monitor',affix: true }
+        },
+        {
+            path: '/systemManage',
+            redirect: '/systemManage/warehouse',
+            meta: { title: '系统管理',icon: 'dict'},
+            children: [
+                {
+                    path: 'warehouse',
+                    name: 'warehouse',
+                    meta: { title: '仓库管理',icon: 'form'}
+                } ,
+                // {
+                //     path: 'company',
+                //     name: 'company',
+                //     meta: { title: '企业管理',icon: 'form'}
+                // } ,
+                // {
+                //     path: 'user',
+                //     name: 'user',
+                //     meta: { title: '用户管理',icon: 'list'}
+                // } ,
+                // {
+                //     path: 'department',
+                //     name: 'department',
+                //     meta: { title: '部门管理',icon: 'logininfor'}
+                // } ,
+            ]
+        },
+    ],
 
 }
 export default menu;

--
Gitblit v1.9.2