From 1e38593880cf37af2f881579b49dfb0583bfb1d7 Mon Sep 17 00:00:00 2001
From: super_liu <396572590@qq.com>
Date: Mon, 6 Jun 2022 15:42:37 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=20?=
=?UTF-8?q?=E9=A6=96=E9=A1=B5=20tab=20=E9=97=AE=E7=AD=94=E5=BA=93?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/navMenu/index.vue | 5 +
.../home2/components/releaseQA/index.vue | 183 +++
.../home2/components/releaseUs/index.vue | 2 +-
src/pages/home2/index.vue | 6 +
.../standQA/components/answerItem.vue | 190 +++
.../standQA/components/questionItemInfo.vue | 76 ++
.../standQA/components/questions-item.vue | 57 +
.../standQA/components/stand-item.vue | 53 +
.../regulatoryRepository/standQA/index.vue | 1185 +++++++++++++++++
src/router/index.js | 11 +
10 files changed, 1767 insertions(+), 1 deletion(-)
create mode 100644 src/pages/home2/components/releaseQA/index.vue
create mode 100644 src/pages/regulatoryRepository/standQA/components/answerItem.vue
create mode 100644 src/pages/regulatoryRepository/standQA/components/questionItemInfo.vue
create mode 100644 src/pages/regulatoryRepository/standQA/components/questions-item.vue
create mode 100644 src/pages/regulatoryRepository/standQA/components/stand-item.vue
create mode 100644 src/pages/regulatoryRepository/standQA/index.vue
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 @@
+
+
+