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 |   40 ++++++++++++++++++++++++++++++++++++----
 1 files changed, 36 insertions(+), 4 deletions(-)

diff --git a/src/layout/components/Sidebar/menu.js b/src/layout/components/Sidebar/menu.js
index 1c88d54..cba7689 100644
--- a/src/layout/components/Sidebar/menu.js
+++ b/src/layout/components/Sidebar/menu.js
@@ -56,6 +56,18 @@
             meta: { title: '系统管理',icon: 'dict'},
             children: [
                 {
+                    path: 'characteristic',
+                    name: 'characteristic',
+                    meta: { title: '危化品特性管理',icon: 'druid'}
+
+                },
+                {
+                    path: 'classifyInfoTable',
+                    name: 'classifyInfoTable',
+                    meta: { title: '危化品分类信息表',icon: 'table'}
+
+                },
+                {
                     path: 'company',
                     name: 'company',
                     meta: { title: '企业管理',icon: 'form'}
@@ -90,12 +102,17 @@
         {
             path: '/warehouseManage',
             name: 'warehouseManage',
-            meta: { title: '入库管理',icon: 'form',affix: true }
+            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',
@@ -115,7 +132,12 @@
         {
             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',
@@ -172,12 +194,17 @@
         {
             path: '/warehouseManage',
             name: 'warehouseManage',
-            meta: { title: '入库管理',icon: 'form',affix: true }
+            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',
@@ -197,7 +224,12 @@
         {
             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',

--
Gitblit v1.9.2