fix:将系统内前端页面中所有海外标准修改为国外标准
This commit is contained in:
@@ -265,7 +265,7 @@
|
||||
<template v-if="Allitems.length">
|
||||
<div v-for="(item,key) in Allitems" :key="key" class="AllBox">
|
||||
<div class="AllBoxTitle">
|
||||
<span v-html="item.indexType === 'stand' ? '国内标准法规' : (item.indexType === 'FOREIGN' ? '海外标准法规' : (item.indexType === 'laws' ? '国内外政策' : (item.indexType === 'bussstand' ? '企业标准' : (item.indexType === 'items' ? '数据化条目' : '动态&资料'))))" class="typetext"></span>
|
||||
<span v-html="item.indexType === 'stand' ? '国内标准法规' : (item.indexType === 'FOREIGN' ? '国外标准法规' : (item.indexType === 'laws' ? '国内外政策' : (item.indexType === 'bussstand' ? '企业标准' : (item.indexType === 'items' ? '数据化条目' : '动态&资料'))))" class="typetext"></span>
|
||||
<span style="cursor:pointer;" class="AllBoxText" v-html="item.title" @click="toPage(item)"></span>
|
||||
</div>
|
||||
<span @click="checkItems(item)" class="more" style="cursor: pointer; position: absolute; right: 0;top: 13px;">详情</span>
|
||||
@@ -419,7 +419,7 @@
|
||||
value: 'stand'
|
||||
},
|
||||
{
|
||||
label: '海外标准法规', // value没改
|
||||
label: '国外标准法规', // value没改
|
||||
value: 'bussstand'
|
||||
},
|
||||
{
|
||||
@@ -451,7 +451,7 @@
|
||||
value: 'stand'
|
||||
},
|
||||
{
|
||||
label: '海外标准法规', // value没改
|
||||
label: '国外标准法规', // value没改
|
||||
value: 'bussstand'
|
||||
},
|
||||
{
|
||||
@@ -824,7 +824,7 @@
|
||||
value: 'stand'
|
||||
},
|
||||
{
|
||||
label: '海外标准法规',
|
||||
label: '国外标准法规',
|
||||
value: 'bussstand'
|
||||
},
|
||||
// {
|
||||
@@ -1270,7 +1270,7 @@
|
||||
filterOptions.CYSDLAWS.title = '我司是否参与'
|
||||
filterOptions.CYSDLAWS.index = 3
|
||||
break
|
||||
// 海外标准法规
|
||||
// 国外标准法规
|
||||
case 'bussstand':
|
||||
// 标准类别
|
||||
filterOptions.standSort = originOptions.standSort
|
||||
|
||||
Reference in New Issue
Block a user