mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 01:36:43 +08:00
修改部分报表样式,字段
This commit is contained in:
@@ -8,7 +8,7 @@ export default [
|
|||||||
name: 'reportList',
|
name: 'reportList',
|
||||||
component: reportList,
|
component: reportList,
|
||||||
meta: {
|
meta: {
|
||||||
title: '开门红数据报表',
|
title: '数据报表',
|
||||||
index: 1
|
index: 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -70,13 +70,17 @@ export default {
|
|||||||
this.title = '健康险'
|
this.title = '健康险'
|
||||||
} else if (localStorage.title == '银代') {
|
} else if (localStorage.title == '银代') {
|
||||||
if(localStorage.name){
|
if(localStorage.name){
|
||||||
this.title= '银代-险种名称'
|
this.title = localStorage.name
|
||||||
|
document.title='银保渠道'
|
||||||
|
return
|
||||||
}else{
|
}else{
|
||||||
this.title = '银保'
|
this.title = '银保'
|
||||||
}
|
}
|
||||||
} else if (localStorage.title == '个险') {
|
} else if (localStorage.title == '个险') {
|
||||||
if (localStorage.name) {
|
if (localStorage.name) {
|
||||||
this.title = localStorage.name
|
this.title = localStorage.name
|
||||||
|
document.title='个险渠道'
|
||||||
|
return
|
||||||
} else {
|
} else {
|
||||||
this.title = '个险'
|
this.title = '个险'
|
||||||
}
|
}
|
||||||
@@ -118,7 +122,7 @@ export default {
|
|||||||
case '机构名称':
|
case '机构名称':
|
||||||
text = '机构名称'
|
text = '机构名称'
|
||||||
break
|
break
|
||||||
case '银代-险种名称':
|
case '险种明细':
|
||||||
text = '险种名称'
|
text = '险种名称'
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -169,7 +169,7 @@ export default {
|
|||||||
name = '机构名称'
|
name = '机构名称'
|
||||||
localStorage.name = name
|
localStorage.name = name
|
||||||
} else if (val == '3'){
|
} else if (val == '3'){
|
||||||
name = '机构名称'
|
name = '险种明细'
|
||||||
localStorage.name = name
|
localStorage.name = name
|
||||||
data.resultsName='银代'
|
data.resultsName='银代'
|
||||||
data.resultsType='2'
|
data.resultsType='2'
|
||||||
|
|||||||
Reference in New Issue
Block a user