From d7c86ef866b5443c9f1408d64cd2ac511b262e92 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期二, 23 十二月 2025 12:45:17 +0800
Subject: [PATCH] 1.sop 平板端的 初步实现
---
src/router/index.js | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index cc1eeed..9b82fe3 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -48,6 +48,11 @@
component: () => import('@/views/kanbanManager/ckgl'),
hidden: true
},
+ {
+ path: '/sop',
+ component: () => import('@/views/sopManager/sop'),
+ hidden: true
+ },
{
path: '/login',
@@ -519,9 +524,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 +534,8 @@
code: '1041',
component: () => import('@/views/statistic/monthReport'),
meta: { code: '1041', title: '鏈堝害缁熻', icon: '', keepAlive: true }
- }, {
+ },
+ {
path: 'workOrderProcess',
name: 'WorkOrderProcess',
code: '0701',
@@ -573,7 +579,7 @@
code: '0706',
component: () => import('@/views/statistic/repairDetailList'),
meta: { code: '0706', title: '缁翠慨鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
- },,
+ },
{
path: 'installationLampList',
name: 'InstallationLampList',
--
Gitblit v1.9.3