From 0ae327c0c3e6bf00e332f231c50a3bcbb0a7fb4c Mon Sep 17 00:00:00 2001
From: yyt <306727702@qq.com>
Date: 星期四, 23 五月 2024 22:22:24 +0800
Subject: [PATCH] 380新产品,优化

---
 jcdm-ui/src/router/index.js |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/jcdm-ui/src/router/index.js b/jcdm-ui/src/router/index.js
index f1a20fa..dc78142 100644
--- a/jcdm-ui/src/router/index.js
+++ b/jcdm-ui/src/router/index.js
@@ -218,6 +218,20 @@
       }
     ]
   },
+  {
+    path: '/main/orderScheduling-data',
+    component: Layout,
+    hidden: true,
+    permissions: ['bs:workReport:list'],
+    children: [
+      {
+        path: 'index',
+        component: () => import('@/views/main/bs/orderScheduling/index'),
+        name: 'Data',
+        meta: { title: '鎶ュ伐璁板綍琛�', activeMenu: '/main/bs/orderScheduling' }
+      }
+    ]
+  },
 ]
 
 // 闃叉杩炵画鐐瑰嚮澶氭璺敱鎶ラ敊

--
Gitblit v1.9.3