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/config/pages/mechanismManage/index.vue b/src/pages/config/pages/mechanismManage/index.vue index 8d72796c6..07bfb775a 100644 --- a/src/pages/config/pages/mechanismManage/index.vue +++ b/src/pages/config/pages/mechanismManage/index.vue @@ -325,7 +325,7 @@ export default { watch: { filterText(val) { this.$refs.tree.filter(val); - } + }, }, mounted () { // 获取组织结构树 diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 8bb8a7bd5..f6890fb0c 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -3075,8 +3075,6 @@ export default { /*padding: 0 67px;*/ .details-content-modular { - margin-bottom: 20px; - .modular-header { display: flex; align-items: center; diff --git a/src/pages/details/process/ruku/index.vue b/src/pages/details/process/ruku/index.vue index 6e82b6638..ee24e0886 100644 --- a/src/pages/details/process/ruku/index.vue +++ b/src/pages/details/process/ruku/index.vue @@ -5,7 +5,7 @@ {{ title }}
点击或拖拽上传文件
+点击或拖拽上传文件
+- {{ sarAccessEO.countryArea }} + {{ sarAccessEO.countryAreaShow }}
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)+'...'}}