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' }) }