diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue index 2dbb1d6ed..30f4df6e7 100644 --- a/src/components/navMenu/index.vue +++ b/src/components/navMenu/index.vue @@ -193,6 +193,11 @@ export default { title: '合规评估', // 把 标准涉及项目 这几个字 改成 标准合规评估结果 path: '/standInvolveProject', menuId: '8a9c87fe06244fb9d55e78fb281f625b' + }, + { + title: '企标制修订计划', + path: '/enterpriseStandardPlan', + // menuId: '8a9c87fe06244fb9d55e78fb281f625b' } // { // title: '动态信息', diff --git a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue new file mode 100644 index 000000000..80085724a --- /dev/null +++ b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue @@ -0,0 +1,157 @@ + + + + 新增 + + 导入 + + 导出 + + 下载 + + 删除 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 编辑 + + + 删除 + + + + + + + + + + + + + + + + diff --git a/src/router/index.js b/src/router/index.js index a0c80586b..d279f17dc 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1857,6 +1857,17 @@ const routes = [ requireAuth: true, title: '工作组', } + }, + // 企标制修订计划 + { + path: '/enterpriseStandardPlan', + name: 'enterpriseStandardPlan', + component: () => + import('@/pages/regulatoryRepository/enterpriseStandardPlan/index'), + meta: { + requireAuth: true, + title: '企标制修订计划', + } }, // 标准涉及项目 {