From 2bdd525d521205f0106c6008f4e8e14d7b8051f6 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期一, 01 十二月 2025 09:17:50 +0800
Subject: [PATCH] 订单工艺属性提交

---
 north-glass-erp/northglass-erp/src/router/index.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/router/index.js b/north-glass-erp/northglass-erp/src/router/index.js
index ede174d..ee9bfc6 100644
--- a/north-glass-erp/northglass-erp/src/router/index.js
+++ b/north-glass-erp/northglass-erp/src/router/index.js
@@ -157,6 +157,11 @@
               component: () => import('../views/sd/basicData/SearchGlassType.vue')
             },
             {
+              path: 'searchProcessAttributeConfig',
+              name: 'searchProcessAttributeConfig',
+              component: () => import('../views/sd/basicData/SearchProcessAttributeConfig.vue')
+            },
+            {
               name: 'OrderBasicData',
               path: '',
               redirect:'/main/orderBasicData/searchBasicData'

--
Gitblit v1.8.0