|
@@ -31,6 +31,10 @@ export const translate = {
|
|
|
},
|
|
|
methods: {
|
|
|
showTabs(){
|
|
|
+ var exportDataValue={
|
|
|
+ 3:'3',
|
|
|
+ 4:'2'
|
|
|
+ }
|
|
|
if(this.outside || this.patent.appCountry == 'CN' || (this.patent.appNo && this.patent.appNo.substring(0,2)== 'CN')){
|
|
|
this.tabs = [
|
|
|
{
|
|
@@ -38,7 +42,7 @@ export const translate = {
|
|
|
name:'0',
|
|
|
field:'content',
|
|
|
icon:'el-icon-refresh',
|
|
|
- value:'3'
|
|
|
+ value:exportDataValue[this.patentField]
|
|
|
},
|
|
|
]
|
|
|
this.$set(this,'name','0')
|
|
@@ -55,7 +59,7 @@ export const translate = {
|
|
|
name:'0',
|
|
|
field:'content',
|
|
|
icon:'el-icon-refresh',
|
|
|
- value:'3'
|
|
|
+ value:exportDataValue[this.patentField]
|
|
|
},
|
|
|
{
|
|
|
label:'译文',
|