From 01c09b06ff7e5add18ae8f300dd261854a79fda1 Mon Sep 17 00:00:00 2001 From: jlw Date: Wed, 13 May 2020 14:00:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A8=E6=A0=BC=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/report/reportDetail.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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),