From 1706f1f0cde2d7dcc6523923d1f8e4f6455a535e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Fri, 17 Dec 2021 16:11:15 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/navMenu/index.vue | 79 ++++++++++++++++---------------- 1 file changed, 39 insertions(+), 40 deletions(-) diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue index b5ee61ce1..81f20e724 100644 --- a/src/components/navMenu/index.vue +++ b/src/components/navMenu/index.vue @@ -111,27 +111,55 @@ path: '/domesticStandardsAndRegulations', menuId: '3e3657498664beaa0dc1de1ecb3ae0da' }, - // { - // title: '零部件编号申请', - // path: '/partCodeApply', - // menuId: 'ad9db496772c075f78495382b7581fe9' - // }, - { - title: '工作组数据统计', - path: '/dataStatisComments', - menuId: '' - }, { title: '海外法规', path: '/foreignStandardsAndRegulations', menuId: '18c1e5134ea0cf865e8960b26b81fd8c' }, + { + title: '企业标准', + path: '/enterpriseStandardDatabase', + menuId: '01ed8f752748227777b3572d56ee9ab5' + }, + { + title: '企标计划', + path: '/enterpriseStandardPlan', + // menuId: '8a9c87fe06244fb9d55e78fb281f625b' + }, + { + title: '法规清单', + path: '/accessStandardsAndRegulations', + menuId: '08dbd417864b08426034ca56d1fa3d02' + }, + { + title: '未符合项', + path: '/nonConfomity', + menuId: '0119abd677e0204e061eb0f0b8cafda0' + }, + { + title: '工作组', + path: '/workingGroup', + }, { title: '征求意见', path: '/standardForComments', menuId: '2b25c67f10abbbadf37d60daaaec54d3' }, - + { + title: '合规评估', // 把 标准涉及项目 这几个字 改成 标准合规评估结果 + path: '/standInvolveProject', + menuId: '8a9c87fe06244fb9d55e78fb281f625b' + }, + // { + // title: '零部件编号申请', + // path: '/partCodeApply', + // menuId: 'ad9db496772c075f78495382b7581fe9' + // }, + { + title: '工作组统计', + path: '/dataStatisComments', + menuId: '' + }, { title: '国内外政策', path: '/foreignRegulationsDatabase', @@ -141,11 +169,6 @@ // // // title: '标准制修订管理', // // // path: '/demo2One' // // // }, - { - title: '法规清单', - path: '/accessStandardsAndRegulations', - menuId: '08dbd417864b08426034ca56d1fa3d02' - }, // // { // // title: '标准法规清单详情', // // path: '/details' @@ -158,11 +181,6 @@ // // // title: '本地产品/项目库', // // // path: '/localProductsOrProjectLibrary' // // // }, - { - title: '企业标准', - path: '/enterpriseStandardDatabase', - menuId: '01ed8f752748227777b3572d56ee9ab5' - }, // { // title: '企标制修订计划', // path: '/enterBSysRevPlanManaLib', @@ -177,30 +195,11 @@ path: '/localProductsOrProjectLibrary', menuId: '42ce39c9f953be65a3e5643a4a2c786f' },*/ - { - title: '未符合项', - path: '/nonConfomity', - menuId: '0119abd677e0204e061eb0f0b8cafda0' - }, - { - title: '工作组', - path: '/workingGroup', - }, // { // title: '备案产品标准库', // path: '/enterpriseStandardFiling', // menuId: 'MQBAGJQMSRZDRX3X5AVR' // }, - { - title: '合规评估', // 把 标准涉及项目 这几个字 改成 标准合规评估结果 - path: '/standInvolveProject', - menuId: '8a9c87fe06244fb9d55e78fb281f625b' - }, - { - title: '企标制修订计划', - path: '/enterpriseStandardPlan', - // menuId: '8a9c87fe06244fb9d55e78fb281f625b' - } // { // title: '动态信息', // path: '/information', From c15ddcc6be689b9cdf4abed1a118d280ea0cd70b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Fri, 17 Dec 2021 16:25:59 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E5=8E=86=E5=8F=B2=E8=A1=A8=E6=A0=BC=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/bzqdfb/step1-3.vue | 2 +- src/pages/processCenter/pages/creatProcess/bzqdfb/step1-4.vue | 2 +- src/pages/processCenter/pages/creatProcess/bzqdfb/step2.vue | 2 +- src/pages/processCenter/pages/creatProcess/bzqdfb/step3.vue | 2 +- src/pages/processCenter/pages/creatProcess/bzqdfb/step4.vue | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-3.vue b/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-3.vue index 10b5ef783..23220c317 100644 --- a/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-3.vue @@ -143,7 +143,7 @@
-
+
-
+
-
+
-
+
-
+