标准清单

This commit is contained in:
宋伟佳
2021-06-23 18:02:37 +08:00
parent 72afe1c685
commit ed17051456
10 changed files with 4886 additions and 1877 deletions
+27 -1
View File
@@ -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',