From 06194b3e0d44516b00540e517d58ecfaa286c59d Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期五, 10 十月 2025 08:12:22 +0800
Subject: [PATCH] 1、结束功能从删除工程表信息改为将工程状态修改为6 2、中空大理片笼界面破损详情添加每片玻璃的破损
---
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