From 6a318a78ab0a9e2e02ec32c0e0fa500c5f98d414 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期四, 18 十二月 2025 09:42:55 +0800
Subject: [PATCH] 新增流程卡进度界面,中空模块提取缺片详情至公共界面,领取任务、强制出片界面改造-从外部表格获取膜系作为下拉选,中空理片笼界面改造,上片模块隐藏膜系
---
UI-Project/src/router/index.js | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index 2424e14..808cb44 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -254,14 +254,19 @@
/*----------- 鎶ュ伐绠$悊 ----------------*/
{
path: 'reportWork',
- name: 'reportWork',
- component: () => import('../views/ReportWork/reportWork.vue'),
+ name: 'report',
+ component: () => import('../views/ReportWork/report.vue'),
children: [
{
path: '/ReportWork/reportWork',
name: 'reportWork',
component: () => import('../views/ReportWork/reportWork.vue')
},
+ {
+ path: '/ReportWork/cardProgress',
+ name: 'cardProgress',
+ component: () => import('../views/ReportWork/cardProgress.vue')
+ },
]
},
--
Gitblit v1.8.0