This commit is contained in:
zhutianqi
2021-11-14 16:09:16 +08:00
parent 3d3d586fbb
commit 6ecf657da7
3 changed files with 173 additions and 0 deletions
+11
View File
@@ -1857,6 +1857,17 @@ const routes = [
requireAuth: true,
title: '工作组',
}
},
// 企标制修订计划
{
path: '/enterpriseStandardPlan',
name: 'enterpriseStandardPlan',
component: () =>
import('@/pages/regulatoryRepository/enterpriseStandardPlan/index'),
meta: {
requireAuth: true,
title: '企标制修订计划',
}
},
// 标准涉及项目
{