mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 17:12:53 +08:00
Merge branch 'feature/GFRS-315_【1226】开门红数据报表' into dev
This commit is contained in:
@@ -95,7 +95,13 @@ export default {
|
||||
},
|
||||
tabChange(name, title) {
|
||||
this.active = name
|
||||
this.title = title
|
||||
if (title == '健康险') {
|
||||
this.title = '团险'
|
||||
} else if (title == '银保') {
|
||||
this.title = '银代'
|
||||
} else {
|
||||
this.title = title
|
||||
}
|
||||
this.list = this.reportList[this.active]
|
||||
},
|
||||
goDetail() {
|
||||
|
||||
Reference in New Issue
Block a user