From bfb838d1c3aba72fe6b3de37f065902279a7d40c Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期四, 06 三月 2025 08:30:56 +0800
Subject: [PATCH] 需求新增

---
 src/layout/components/Sidebar/menu.js |   22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/src/layout/components/Sidebar/menu.js b/src/layout/components/Sidebar/menu.js
index f86f3aa..cba7689 100644
--- a/src/layout/components/Sidebar/menu.js
+++ b/src/layout/components/Sidebar/menu.js
@@ -102,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',
@@ -127,12 +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: 'form',affix: true }
+            meta: { title: '危化品相忌报警',icon: 'caution',affix: true }
         },
         {
             path: '/basicInfo',
@@ -189,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',
@@ -214,12 +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: 'form',affix: true }
+            meta: { title: '危化品相忌报警',icon: 'caution',affix: true }
         },
         {
             path: '/basicInfo',

--
Gitblit v1.9.2