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 |   61 +++++++++++++++++++++++++++++-
 1 files changed, 59 insertions(+), 2 deletions(-)

diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index c320bf6..034f87c 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -54,7 +54,7 @@
             path: '/Returns/upreturns2',
             name: 'upreturns2',
             component: () => import('../views/Returns/upreturns2.vue')
-          },
+          }
         ]
       },
       /*----------- 鎺扮墖/璇嗗埆 ----------------*/
@@ -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',
@@ -299,6 +317,21 @@
               path: '/hollow/hollowaluminum',
               name: 'hollowaluminum',
               component: () => import('../views/hollow/hollowaluminum.vue')
+            },
+            {
+              path: '/hollow/hollowaluminumtwo',
+              name: 'hollowaluminumtwo',
+              component: () => import('../views/hollow/hollowaluminumtwo.vue')
+            },
+            {
+              path: '/hollow/hollowaluminumthree',
+              name: 'hollowaluminumthree',
+              component: () => import('../views/hollow/hollowaluminumthree.vue')
+            },
+            {
+              path: '/hollow/hollowsitwo',
+              name: 'hollowsitwo',
+              component: () => import('../views/hollow/hollowsitwo.vue')
             },
           ]
         },
@@ -480,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