企标制修订技术标准手机端

This commit is contained in:
宋伟佳
2022-03-14 15:15:23 +08:00
parent 82a832e9b3
commit 8cc43dc50e
13 changed files with 12696 additions and 5 deletions
+50
View File
@@ -2775,6 +2775,56 @@ const routes = [
title: '标准入库流程'
}
},
{
path: '/phoneBussLibrary4',
name: 'phoneBussLibrary4',
component: () => import('@/pages/processCenter/pages/phone/qbrk/step4.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订流程及企业标准库流程'
}
},
{
path: '/phoneBussLibrary8',
name: 'phoneBussLibrary8',
component: () => import('@/pages/processCenter/pages/phone/qbrk/step8.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订流程及企业标准库流程'
}
},
{
path: '/phoneBussLibrary10',
name: 'phoneBussLibrary10',
component: () => import('@/pages/processCenter/pages/phone/qbrk/step10.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订流程及企业标准库流程'
}
},
{
path: '/phoneBussLibrary11',
name: 'phoneBussLibrary11',
component: () => import('@/pages/processCenter/pages/phone/qbrk/step11.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订流程及企业标准库流程'
}
},
{
path: '/phoneBussLibrary13',
name: 'phoneBussLibrary13',
component: () => import('@/pages/processCenter/pages/phone/qbrk/step13.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订流程及企业标准库流程'
}
},
]
},