企标制修订流程bug 手机端流程开发

This commit is contained in:
宋伟佳
2022-03-15 14:02:54 +08:00
parent d81e850d44
commit df3a62a823
17 changed files with 15496 additions and 45 deletions
+60
View File
@@ -2825,6 +2825,66 @@ const routes = [
title: '企标制修订流程及企业标准库流程'
}
},
{
path: '/phoneBussLibraryProduct4',
name: 'phoneBussLibraryProduct4',
component: () => import('@/pages/processCenter/pages/phone/qbrk-product/step4.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订流程及企业标准库流程'
}
},
{
path: '/phoneBussLibraryProduct7',
name: 'phoneBussLibraryProduct7',
component: () => import('@/pages/processCenter/pages/phone/qbrk-product/step7.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订流程及企业标准库流程'
}
},
{
path: '/phoneBussLibraryProduct8',
name: 'phoneBussLibraryProduct8',
component: () => import('@/pages/processCenter/pages/phone/qbrk-product/step8.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订流程及企业标准库流程'
}
},
{
path: '/phoneBussLibraryProduct10',
name: 'phoneBussLibraryProduct10',
component: () => import('@/pages/processCenter/pages/phone/qbrk-product/step10.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订流程及企业标准库流程'
}
},
{
path: '/phoneBussLibraryProduct12',
name: 'phoneBussLibraryProduct12',
component: () => import('@/pages/processCenter/pages/phone/qbrk-product/step12.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订流程及企业标准库流程'
}
},
{
path: '/phoneBussLibraryProduct13',
name: 'phoneBussLibraryProduct13',
component: () => import('@/pages/processCenter/pages/phone/qbrk-product/step13.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订流程及企业标准库流程'
}
},
]
},