From ae4bd8e2b6fbdb7a2e351f2bbc62a5512c161046 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期四, 06 六月 2024 10:09:05 +0800
Subject: [PATCH] 1.新增SOP管理菜单
---
src/router/index.js | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 0b45293..79b99ff 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -572,6 +572,39 @@
},
{
+ path: '/sopManager',
+ component: Layout,
+ redirect: '/sopManager/sopDevice',
+ name: 'SOP绠$悊',
+ code: '10',
+ meta: { code: '10', title: 'SOP绠$悊', icon: 'sop' },
+ alwaysShow: true, // 褰揷hildren鍙湁涓�涓椂锛屼篃鏄剧ず鐖惰彍鍗�
+ children: [
+ {
+ path: 'sopDevice',
+ name: 'sopDeviceCancel',
+ code: '1001',
+ component: () => import('@/views/sopManager/sopDevice'),
+ meta: { code: '1001', title: '璁惧SOP', icon: '', keepAlive: true }
+ },
+ {
+ path: 'sopRoute',
+ name: 'sopRouteCancel',
+ code: '1002',
+ component: () => import('@/views/sopManager/sopRoute'),
+ meta: { code: '1002', title: '宸ヨ壓SOP', icon: '', keepAlive: true }
+ }, {
+ path: 'sopWorkOrder',
+ name: 'sopWorkOrderCancel',
+ code: '1003',
+ component: () => import('@/views/sopManager/sopWorkOrder'),
+ meta: { code: '1003', title: '鍗曟嵁SOP', icon: '', keepAlive: true }
+ }
+
+ ]
+ },
+
+ {
path: '/systemSetting',
component: Layout,
redirect: '/systemSetting/encodingRules',
--
Gitblit v1.9.3