diff --git a/src/views/ebiz/report/reportDetail.vue b/src/views/ebiz/report/reportDetail.vue index 250356d39..20aee080a 100644 --- a/src/views/ebiz/report/reportDetail.vue +++ b/src/views/ebiz/report/reportDetail.vue @@ -12,6 +12,7 @@ {{item.manageComName}} + {{item.riskName}} {{item.sellTypeName}} {{item.preItems}} {{item.prePrem}} @@ -65,7 +66,8 @@ export default { }, mounted() { document.body.style.backgroundColor = '#fff' - this.reportList = JSON.parse(localStorage.reportList) + // this.reportList = JSON.parse(localStorage.reportList) + this.reportList = this.reportList2 if (localStorage.title == '团险') { this.title = '健康险' } else if (localStorage.title == '银代') { @@ -143,6 +145,7 @@ export default { .fixed-l { background-color: #ffffff; width: 100px; + } .fixed-l th:nth-child(1), .fixed-l th:nth-child(2),