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