From 0dd37d509b9f62a0bc313fbeccd3ca5c7cd36e55 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Wed, 19 Feb 2025 08:31:46 +0800
Subject: [PATCH] 特性、分类信息等修改
---
src/layout/components/Sidebar/menu.js | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/src/layout/components/Sidebar/menu.js b/src/layout/components/Sidebar/menu.js
index 1c88d54..f86f3aa 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'}
@@ -116,6 +128,11 @@
path: '/overdueWarning',
name: 'overdueWarning',
meta: { title: '超期预警',icon: 'peoples',affix: true }
+ },
+ {
+ path: '/avoidWarning',
+ name: 'avoidWarning',
+ meta: { title: '危化品相忌报警',icon: 'form',affix: true }
},
{
path: '/basicInfo',
@@ -200,6 +217,11 @@
meta: { title: '超期预警',icon: 'peoples',affix: true }
},
{
+ path: '/avoidWarning',
+ name: 'avoidWarning',
+ meta: { title: '危化品相忌报警',icon: 'form',affix: true }
+ },
+ {
path: '/basicInfo',
name: 'basicInfo',
meta: { title: '危化品基础信息',icon: 'monitor',affix: true }
--
Gitblit v1.9.2