From 56a22d4fe9abc7f632104b0d4f7fc569542ee9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Mon, 31 May 2021 17:54:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86/=E6=94=BF=E7=AD=96=E9=A2=84?= =?UTF-8?q?=E8=AD=A6=20=20=E6=A0=87=E5=87=86=E5=BE=81=E6=B1=82=E6=84=8F?= =?UTF-8?q?=E8=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/navMenu/index.vue | 19 +- src/pages/localTool/standardWarning.vue | 444 ++++++++++----- .../localProductsOrProjectLibrary/index.vue | 20 +- .../standardForComments/index.vue | 524 ++++++++++++++++++ src/router/index.js | 13 + 5 files changed, 855 insertions(+), 165 deletions(-) create mode 100644 src/pages/regulatoryRepository/standardForComments/index.vue diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue index 3de20a86f..1416669bc 100644 --- a/src/components/navMenu/index.vue +++ b/src/components/navMenu/index.vue @@ -88,6 +88,11 @@ export default { path: '/domesticStandardsAndRegulations', menuId: 'A59EFAQ7AC' }, + { + title: '标准征求意见', + path: '/standardForComments', + menuId: '' + }, // { // title: '海外标准法规', // path: '/foreignStandardsAndRegulations', @@ -250,13 +255,13 @@ export default { // }, ] }, - // { - // title: '标准预警', - // path: '/standardWarning', - // 'icon-class': 'warning', - // menuId: 'ABCLRLJUQN44ENBS93CQ', - // isChildren: true // 判断没有子菜单 - // }, + { + title: '标准预警', + path: '/standardWarning', + 'icon-class': 'warning', + menuId: 'ABCLRLJUQN44ENBS93CQ', + isChildren: true // 判断没有子菜单 + }, // { // title: '技术要求清单', // path: '/skillReq', diff --git a/src/pages/localTool/standardWarning.vue b/src/pages/localTool/standardWarning.vue index 5e84c0435..d1578fbfd 100644 --- a/src/pages/localTool/standardWarning.vue +++ b/src/pages/localTool/standardWarning.vue @@ -3,154 +3,288 @@