From ca7d480e79cc828feafea0005fd92821ca6ed338 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期一, 31 三月 2025 09:30:24 +0800
Subject: [PATCH] 大屏历史任务按钮修改为每次打开重新加载进行查询 修复生产统计工序顺序问题
---
UI-Project/src/router/index.js | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index ad0ba8d..754d40c 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -281,6 +281,11 @@
component: () => import('../views/hollow/hollowequipmenttwo.vue')
},
{
+ path: '/hollow/hollowequipmenthree',
+ name: 'hollowequipmenthree',
+ component: () => import('../views/hollow/hollowequipmenthree.vue')
+ },
+ {
path: '/hollow/hollowslicecage',
name: 'hollowslicecage',
component: () => import('../views/hollow/hollowslicecage.vue')
@@ -374,6 +379,18 @@
},
]
},
+ {
+ path: '/hellowquipthreehistory',
+ name: 'hellowquipthreehistory',
+ component: () => import('../views/hollow/hellowquipthreehistory.vue'),
+ children: [
+ {
+ path: '/hollow/hellowquipthreehistory',
+ name: 'hellowquipthreehistory',
+ component: () => import('../views/hollow/hellowquipthreehistory.vue')
+ },
+ ]
+ },
{
path: '/cachingbeforehistory',
name: 'cachingbeforehistory',
@@ -446,6 +463,18 @@
},
]
},
+ {
+ path: '/statistics',
+ name: 'statistics',
+ component: () => import('../views/largescreendisplay/statistics.vue'),
+ children: [
+ {
+ path: '/largescreendisplay/statistics',
+ name: 'statistics',
+ component: () => import('../views/largescreendisplay/statistics.vue')
+ },
+ ]
+ },
]
})
// 瀵艰埅瀹堝崼
--
Gitblit v1.8.0