增加查看流程数据页面

This commit is contained in:
宋伟佳
2021-12-06 11:04:41 +08:00
parent 068f0efe87
commit 0cb5f08bd6
7 changed files with 1761 additions and 2 deletions
+27
View File
@@ -1589,6 +1589,15 @@ const routes = [
title: '企标复审流程'
}
},
{
path: '/qbfsStep1-4',
name: 'qbfsStep1-4',
component: () => import('@/pages/processCenter/pages/creatProcess/qbfs/step1-4.vue'),
meta: {
requireAuth: true,
title: '企标复审流程'
}
},
//企标废止流程
{
path: '/qbfzStep1',
@@ -1653,6 +1662,15 @@ const routes = [
title: '企标废止流程'
}
},
{
path: '/qbfzStep1-7',
name: 'qbfzStep1-7',
component: () => import('@/pages/processCenter/pages/creatProcess/qbfz/step1-7.vue'),
meta: {
requireAuth: true,
title: '企标废止流程'
}
},
//企标制修订计划管控流程
{
path: '/qbzxdjhgkStep1',
@@ -1699,6 +1717,15 @@ const routes = [
title: '企标制修订计划管控流程'
}
},
{
path: '/qbzxdjhgkStep1-5',
name: 'qbzxdjhgkStep1-5',
component: () => import('@/pages/processCenter/pages/creatProcess/qbzxdjhgk/step1-5.vue'),
meta: {
requireAuth: true,
title: '企标制修订计划管控流程'
}
},
// 外部标准化协会入会流程
{
path: '/bzrhStep1',