From ad873efe08827ed8c9e73f2276a6a5c8b18180fc Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期六, 11 十月 2025 08:20:06 +0800
Subject: [PATCH] 1、 钢化查询仅查询破损未报工/现补的玻璃数量
---
UI-Project/src/router/index.js | 49 ++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 48 insertions(+), 1 deletions(-)
diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index 64d7215..034f87c 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -132,7 +132,11 @@
name: 'slicecage',
component: () => import('../views/Slicecage/slicecage.vue')
},
-
+ {
+ path: '/Slicecage/slicecageTwo',
+ name: 'slicecageTwo',
+ component: () => import('../views/Slicecage/slicecageTwo.vue')
+ },
]
// {
@@ -269,6 +273,20 @@
},
]
},
+
+ /*----------- 宸ョ▼鎺掍骇 ----------------*/
+ {
+ path: 'engineerScheduling',
+ name: 'engineerScheduling',
+ component: () => import('../views/EngineerScheduling/engineerScheduling.vue'),
+ children: [
+ {
+ path: '/EngineerScheduling/engineerScheduling',
+ name: 'engineerScheduling',
+ component: () => import('../views/EngineerScheduling/engineerScheduling.vue')
+ },
+ ]
+ },
/*----------- 涓┖ ----------------*/
{
path: 'hollow',
@@ -309,6 +327,11 @@
path: '/hollow/hollowaluminumthree',
name: 'hollowaluminumthree',
component: () => import('../views/hollow/hollowaluminumthree.vue')
+ },
+ {
+ path: '/hollow/hollowsitwo',
+ name: 'hollowsitwo',
+ component: () => import('../views/hollow/hollowsitwo.vue')
},
]
},
@@ -490,6 +513,30 @@
},
]
},
+ {
+ path: '/productionstatistics',
+ name: 'productionstatistics',
+ component: () => import('../views/largescreendisplay/productionstatistics.vue'),
+ children: [
+ {
+ path: '/largescreendisplay/productionstatistics',
+ name: 'productionstatistics',
+ component: () => import('../views/largescreendisplay/productionstatistics.vue')
+ },
+ ]
+ },
+ {
+ path: '/timeaxis',
+ name: 'timeaxis',
+ component: () => import('../views/largescreendisplay/timeaxis.vue'),
+ children: [
+ {
+ path: '/largescreendisplay/timeaxis',
+ name: 'timeaxis',
+ component: () => import('../views/largescreendisplay/timeaxis.vue')
+ },
+ ]
+ }
]
})
// 瀵艰埅瀹堝崼
--
Gitblit v1.8.0