From 6ce3d151f170a2babc4285396c7cf37cbfd7b5af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com>
Date: Wed, 8 Sep 2021 18:32:05 +0800
Subject: [PATCH] commit
---
src/components/navMenu/index.vue | 10 +++++-----
.../domesticStandardsAndRegulations/index.vue | 4 +++-
.../foreignStandardsAndRegulations/index.vue | 4 +++-
src/pages/searchCenter/pages/advancedSearch.vue | 6 +++---
src/pages/searchCenter/pages/standardSearch.vue | 8 ++++----
5 files changed, 18 insertions(+), 14 deletions(-)
diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue
index efa342053..54735c410 100644
--- a/src/components/navMenu/index.vue
+++ b/src/components/navMenu/index.vue
@@ -88,11 +88,11 @@ export default {
path: '/domesticStandardsAndRegulations',
menuId: '3e3657498664beaa0dc1de1ecb3ae0da'
},
- {
- title: '零部件编号申请',
- path: '/partCodeApply',
- menuId: 'ad9db496772c075f78495382b7581fe9'
- },
+ // {
+ // title: '零部件编号申请',
+ // path: '/partCodeApply',
+ // menuId: 'ad9db496772c075f78495382b7581fe9'
+ // },
// {
// title: '标准法规工作组数据统计',
// path: '/dataStatisComments',
diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
index 06bb099c8..8f6ff8ccc 100644
--- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
@@ -23,7 +23,9 @@
{{ node.label }}
+ :class="data.children.length !== 0 ? 'is-show' : 'is-leaf-none'">
+ {{ node.label}}
+ {{ node.label.substring(0,15)+'...'}}
- {{ node.label}}
+
+ {{ node.label}}
+ {{ node.label.substring(0,15)+'...'}}
{{ $t("m.standAll") }}
-
- {{ $t("m.lawsAll") }}
-
+
+
+
{{ $t("m.enterpriseStandard") }}
diff --git a/src/pages/searchCenter/pages/standardSearch.vue b/src/pages/searchCenter/pages/standardSearch.vue
index 219773ddf..0e4553666 100644
--- a/src/pages/searchCenter/pages/standardSearch.vue
+++ b/src/pages/searchCenter/pages/standardSearch.vue
@@ -388,10 +388,10 @@
label: '海外标准法规', // value没改
value: 'bussstand'
},
- {
- label: '国内外政策',
- value: 'laws'
- },
+ // {
+ // label: '国内外政策',
+ // value: 'laws'
+ // },
{
label: '企业标准',
value: 'enterprise'