This commit is contained in:
宋伟佳
2021-09-08 18:32:05 +08:00
parent 29a3a93317
commit 6ce3d151f1
5 changed files with 18 additions and 14 deletions
+5 -5
View File
@@ -88,11 +88,11 @@ export default {
path: '/domesticStandardsAndRegulations',
menuId: '3e3657498664beaa0dc1de1ecb3ae0da'
},
{
title: '零部件编号申请',
path: '/partCodeApply',
menuId: 'ad9db496772c075f78495382b7581fe9'
},
// {
// title: '零部件编号申请',
// path: '/partCodeApply',
// menuId: 'ad9db496772c075f78495382b7581fe9'
// },
// {
// title: '标准法规工作组数据统计',
// path: '/dataStatisComments',
@@ -23,7 +23,9 @@
<span class="custom-tree-node" slot-scope="{ node, data }" @mouseenter="mouseenter(data)"
@mouseleave="mouseleave(data)">
<span
:class="data.children.length !== 0 ? 'is-show' : 'is-leaf-none'"></span> <span> {{ node.label }} </span>
:class="data.children.length !== 0 ? 'is-show' : 'is-leaf-none'"></span>
<span v-if="node.label.length<15"> {{ node.label}} </span>
<span v-else> {{ node.label.substring(0,15)+'...'}} </span>
<span>
<el-button
type="text"
@@ -21,7 +21,9 @@
default-expand-all
:expand-on-click-node="false">
<span class="custom-tree-node" slot-scope="{ node, data }" @mouseenter="mouseenter(data)" @mouseleave="mouseleave(data)">
<span :class="data.children.length !== 0 ? 'is-show' : 'is-leaf-none'"></span> <span> {{ node.label}} </span>
<span :class="data.children.length !== 0 ? 'is-show' : 'is-leaf-none'"></span>
<span v-if="node.label.length<15"> {{ node.label}} </span>
<span v-else> {{ node.label.substring(0,15)+'...'}} </span>
<span>
<el-button
type="text"
@@ -39,9 +39,9 @@
<el-radio label="INLAND_STAND">
<span>{{ $t("m.standAll") }}</span>
</el-radio>
<el-radio label="INLAND_LAWS">
<span>{{ $t("m.lawsAll") }}</span>
</el-radio>
<!-- <el-radio label="INLAND_LAWS">-->
<!-- <span>{{ $t("m.lawsAll") }}</span>-->
<!-- </el-radio>-->
<el-radio label="BUSINESS_STAND">
<span>{{ $t("m.enterpriseStandard") }}</span>
</el-radio>
@@ -388,10 +388,10 @@
label: '海外标准法规', // value没改
value: 'bussstand'
},
{
label: '国内外政策',
value: 'laws'
},
// {
// label: '国内外政策',
// value: 'laws'
// },
{
label: '企业标准',
value: 'enterprise'