From a5d0cb368945d8962581c97b692d514bf1196c82 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Thu, 19 Oct 2023 16:38:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A9=E7=9B=8A=E6=BC=94=E7=A4=BA=E6=A1=A3?= =?UTF-8?q?=E4=BD=8D=E6=98=BE=E7=A4=BA=E5=AD=97=E6=AE=B5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/proposal/js/exhibitionMethod.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/proposal/js/exhibitionMethod.js b/src/views/ebiz/proposal/js/exhibitionMethod.js index d4dbeee19..127aa5ea5 100644 --- a/src/views/ebiz/proposal/js/exhibitionMethod.js +++ b/src/views/ebiz/proposal/js/exhibitionMethod.js @@ -157,13 +157,13 @@ export function relevanceByInsure(insured, insuredLabelResult, insuredResult, in } if(currentInsuredInfo.M){ radios.push({ - label: '中档' + currentInsuredInfo.L, + label: '中档' + currentInsuredInfo.M, value: 'M' }) } if(currentInsuredInfo.H){ radios.push({ - label: '高档' + currentInsuredInfo.L, + label: '高档' + currentInsuredInfo.H, value: 'H' }) }