diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue index 36144e893..3fbdc9c8b 100644 --- a/src/components/navMenu/index.vue +++ b/src/components/navMenu/index.vue @@ -151,6 +151,11 @@ path: '/standInvolveProject', menuId: '8a9c87fe06244fb9d55e78fb281f625b' }, + { + title: '问答库', // 把 标准涉及项目 这几个字 改成 标准合规评估结果 + path: '/standQA', + menuId: '' + }, // { // title: '零部件编号申请', // path: '/partCodeApply', diff --git a/src/pages/home2/components/releaseQA/index.vue b/src/pages/home2/components/releaseQA/index.vue new file mode 100644 index 000000000..15fbe4b0a --- /dev/null +++ b/src/pages/home2/components/releaseQA/index.vue @@ -0,0 +1,183 @@ + + + + + + diff --git a/src/pages/home2/components/releaseUs/index.vue b/src/pages/home2/components/releaseUs/index.vue index b30c59bd0..2a5308321 100644 --- a/src/pages/home2/components/releaseUs/index.vue +++ b/src/pages/home2/components/releaseUs/index.vue @@ -44,7 +44,7 @@ -
更多 ⋙
+
更多 ⋙
加载中... 企业标准发布 + + 标准问答 + + @@ -47,6 +51,7 @@ import searchGroup from './components/searchGroup' import release from './components/release' import releaseUs from './components/releaseUs' import releaseBuss from './components/releaseBuss' +import releaseQA from './components/releaseQA' import solicitOpinions from './components/solicitopinions' import navMenu from './components/navMenu' import todoList from './components/todoList' @@ -59,6 +64,7 @@ export default { release, releaseUs, releaseBuss, + releaseQA, navMenu, todoList, Empennage, diff --git a/src/pages/regulatoryRepository/standQA/components/answerItem.vue b/src/pages/regulatoryRepository/standQA/components/answerItem.vue new file mode 100644 index 000000000..2f6d9e2fc --- /dev/null +++ b/src/pages/regulatoryRepository/standQA/components/answerItem.vue @@ -0,0 +1,190 @@ + + + + + + diff --git a/src/pages/regulatoryRepository/standQA/components/questionItemInfo.vue b/src/pages/regulatoryRepository/standQA/components/questionItemInfo.vue new file mode 100644 index 000000000..4ce7073a7 --- /dev/null +++ b/src/pages/regulatoryRepository/standQA/components/questionItemInfo.vue @@ -0,0 +1,76 @@ + + + + + + diff --git a/src/pages/regulatoryRepository/standQA/components/questions-item.vue b/src/pages/regulatoryRepository/standQA/components/questions-item.vue new file mode 100644 index 000000000..660898090 --- /dev/null +++ b/src/pages/regulatoryRepository/standQA/components/questions-item.vue @@ -0,0 +1,57 @@ + + + + + + diff --git a/src/pages/regulatoryRepository/standQA/components/stand-item.vue b/src/pages/regulatoryRepository/standQA/components/stand-item.vue new file mode 100644 index 000000000..585498bb7 --- /dev/null +++ b/src/pages/regulatoryRepository/standQA/components/stand-item.vue @@ -0,0 +1,53 @@ + + + + + + diff --git a/src/pages/regulatoryRepository/standQA/index.vue b/src/pages/regulatoryRepository/standQA/index.vue new file mode 100644 index 000000000..336f03ab5 --- /dev/null +++ b/src/pages/regulatoryRepository/standQA/index.vue @@ -0,0 +1,1185 @@ + + + + + + diff --git a/src/router/index.js b/src/router/index.js index 3610e796e..eda37baad 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -3304,6 +3304,17 @@ const routes = [ menuId: 'JURHS3LVP35US88ABULS' } }, + { + path: '/standQA', + name: 'StandQA', + component: () => + import('@/pages/regulatoryRepository/standQA'), + meta: { + requireAuth: true, + title: '问答库', // 把 标准涉及项目 这几个字 改成 标准合规评估结果 + menuId: '' + } + }, // 本地产品/项目库详情页 { path: '/localProductDetail',