标准清单
This commit is contained in:
+27
-1
@@ -725,7 +725,7 @@ const routes = [
|
||||
// menuId: 'A594R75XEQ'
|
||||
}
|
||||
},
|
||||
// 标准法规库 - 标准法规清单 - 新增、编辑
|
||||
// 标准法规库 - 标准法规国家地区清单 - 新增、编辑
|
||||
{
|
||||
path: '/listOfStandardsAndRegulationsDetails',
|
||||
name: 'ListOfStandardsAndRegulationsDetails',
|
||||
@@ -738,6 +738,32 @@ const routes = [
|
||||
menuId: 'A594R75XEQ'
|
||||
}
|
||||
},
|
||||
// 标准法规库 - 标准法规项目清单 - 新增、编辑
|
||||
{
|
||||
path: '/projectAddEit',
|
||||
name: 'ProjectAddEit',
|
||||
component: () =>
|
||||
import('@/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '标准法规清单管理',
|
||||
parentPath: '/accessStandardsAndRegulations',
|
||||
menuId: 'A594R75XEQ'
|
||||
}
|
||||
},
|
||||
// 标准法规库 - 标准法规其他清单 - 新增、编辑
|
||||
{
|
||||
path: '/otherAddEit',
|
||||
name: 'OtherAddEit',
|
||||
component: () =>
|
||||
import('@/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '标准法规清单管理',
|
||||
parentPath: '/accessStandardsAndRegulations',
|
||||
menuId: 'A594R75XEQ'
|
||||
}
|
||||
},
|
||||
// 未符合项跟踪
|
||||
{
|
||||
path: '/nonConfomity',
|
||||
|
||||
Reference in New Issue
Block a user