From 6fabf169ee373a68196d84907eed9346089af9ee Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期四, 26 三月 2026 09:05:31 +0800
Subject: [PATCH] 1.sop页面优化
---
src/router/index.js | 22 ++++++++++++++++++----
1 files changed, 18 insertions(+), 4 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index cc1eeed..3bff355 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -36,6 +36,10 @@
* 鐪嬫澘閮ㄥ垎璺敱
* */
{
+ path: '/gantt',
+ component: () => import('@/views/gantt/index'),
+ hidden: true
+ }, {
path: '/zhkb',
component: () => import('@/views/kanbanManager/zhkb'),
hidden: true
@@ -46,6 +50,15 @@
}, {
path: '/ckgl',
component: () => import('@/views/kanbanManager/ckgl'),
+ hidden: true
+ },
+ {
+ path: '/sop',
+ component: () => import('@/views/sopManager/sop'),
+ hidden: true
+ }, {
+ path: '/ai',
+ component: () => import('@/views/systemSetting/ai'),
hidden: true
},
@@ -519,9 +532,9 @@
{
path: 'reportList',
name: 'ReportList',
- code: '1040',
+ code: '0700',
component: () => import('@/views/statistic/reportList'),
- meta: { code: '1040', title: '鎶ュ伐璁板綍', icon: '', keepAlive: true }
+ meta: { code: '0700', title: '鎶ュ伐璁板綍', icon: '', keepAlive: true }
},
{
path: 'monthReport',
@@ -529,7 +542,8 @@
code: '1041',
component: () => import('@/views/statistic/monthReport'),
meta: { code: '1041', title: '鏈堝害缁熻', icon: '', keepAlive: true }
- }, {
+ },
+ {
path: 'workOrderProcess',
name: 'WorkOrderProcess',
code: '0701',
@@ -573,7 +587,7 @@
code: '0706',
component: () => import('@/views/statistic/repairDetailList'),
meta: { code: '0706', title: '缁翠慨鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
- },,
+ },
{
path: 'installationLampList',
name: 'InstallationLampList',
--
Gitblit v1.9.3