From 2c2413760b6467bf62402dba7338bd3bbcbd7341 Mon Sep 17 00:00:00 2001 From: huang <1532065656@qq.com> Date: 星期二, 20 五月 2025 14:20:38 +0800 Subject: [PATCH] 添加产量报表功能页面 --- UI-Project/src/router/index.js | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js index ae55a04..c98495d 100644 --- a/UI-Project/src/router/index.js +++ b/UI-Project/src/router/index.js @@ -93,11 +93,13 @@ path: 'KanbanDisplay2/kanbanDisplay2', name: 'kanbanDisplay2', component: () => import('../views/KanbanDisplay2/kanbanDisplay2.vue'), + props: true, children: [ { path: '/KanbanDisplay2/kanbanDisplay2', name: 'kanbanDisplay2', component: () => import('../views/KanbanDisplay2/kanbanDisplay2.vue'), + props: true } ] }, @@ -115,6 +117,19 @@ ] }, { + /*----------- 鎶ヨ〃 ----------------*/ + path: 'MechanicalReport/mechanicalReport', + name: 'mechanicalReport', + component: () => import('../views/MechanicalReport/mechanicalReport.vue'), + children: [ + { + path: '/MechanicalReport/mechanicalReport', + name: 'mechanicalReport', + component: () => import('../views/MechanicalReport/mechanicalReport.vue'), + } + ] + }, + { /*----------- 璁惧鐘舵�� ----------------*/ path: 'MechanicalMonitor/mechanicalMonitor', name: 'mechanicalMonitor', -- Gitblit v1.8.0