From 9482ace395b933c0d44defa47908747b0c597524 Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Wed, 26 Jan 2022 19:13:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E6=A0=87=E5=88=B6=E4=BF=AE=E8=AE=A2?= =?UTF-8?q?=E7=AB=8B=E9=A1=B9=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/router/index.js b/src/router/index.js index 6e4ee771c..1aa31497d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -2146,6 +2146,26 @@ const routes = [ title: '企标制修订计划管控流程' } }, + // 企标制修订立项计划流程 + { + path: '/qbzxdlxStep1', + name: 'qbzxdlxStep1', + component: () => import('@/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue'), + meta: { + requireAuth: true, + title: '企标制修订立项计划流程(流程发起)' + } + }, + { + path: '/qbzxdlxStep2', + name: 'qbzxdlxStep2', + component: () => import('@/pages/processCenter/pages/creatProcess/qbzxdlx/step2.vue'), + meta: { + requireAuth: true, + title: '企标制修订立项计划流程(责任人确认)' + } + }, + // 外部标准化协会入会流程 { path: '/bzrhStep1',