From 7de17bdd69eb8700e5e74f17b265afdaca80c32c Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期二, 06 八月 2024 16:59:54 +0800
Subject: [PATCH] 1.工单批量派发实现
---
src/router/index.js | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 60e4598..735e607 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -47,6 +47,14 @@
path: '/ckgl',
component: () => import('@/views/kanbanManager/ckgl'),
hidden: true
+ }, {
+ path: '/cjzl',
+ component: () => import('@/views/kanbanManager/cjzl'),
+ hidden: true
+ }, {
+ path: '/all',
+ component: () => import('@/views/kanbanManager/all'),
+ hidden: true
},
{
@@ -777,6 +785,12 @@
code: '1014',
component: () => import('@/views/basicSettings/installationLampSetting'),
meta: { code: '1014', title: '瀹夌伅璁剧疆', icon: '', keepAlive: true }
+ }, {
+ path: 'groupSetting',
+ name: 'groupSettingCancel',
+ code: '1015',
+ component: () => import('@/views/basicSettings/groupSetting'),
+ meta: { code: '1015', title: '鐝粍璁剧疆', icon: '', keepAlive: true }
}
]
},
--
Gitblit v1.9.3