feat:手机端-产品标准(企标编写、企标编写汇总、征求意见)

This commit is contained in:
zyn
2023-11-21 11:39:10 +08:00
parent 8fc16b03d4
commit 5a36f2ecdc
10 changed files with 1113 additions and 0 deletions
+33
View File
@@ -3596,6 +3596,28 @@ const routes = [
title: '企标制修订-技术标准'
}
},
// 企标编写
{
path: '/phoneBussLibraryProduct2',
name: 'phoneBussLibraryProduct2',
component: () => import('@/pages/processCenter/pages/phone/qbrk-product/step2.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订-产品标准'
}
},
// 企标编写汇总
{
path: '/phoneBussLibraryProduct3',
name: 'phoneBussLibraryProduct3',
component: () => import('@/pages/processCenter/pages/phone/qbrk-product/step3.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订-产品标准'
}
},
{
path: '/phoneBussLibraryProduct4',
name: 'phoneBussLibraryProduct4',
@@ -3606,6 +3628,17 @@ const routes = [
title: '企标制修订流程及企业标准库流程'
}
},
// 征求意见
{
path: '/phoneBussLibraryProduct5',
name: 'phoneBussLibraryProduct5',
component: () => import('@/pages/processCenter/pages/phone/qbrk-product/step5.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订-产品标准'
}
},
{
path: '/phoneBussLibraryProduct7',
name: 'phoneBussLibraryProduct7',