mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 18:46:43 +08:00
利益演示档位显示字段调整
This commit is contained in:
@@ -157,13 +157,13 @@ export function relevanceByInsure(insured, insuredLabelResult, insuredResult, in
|
|||||||
}
|
}
|
||||||
if(currentInsuredInfo.M){
|
if(currentInsuredInfo.M){
|
||||||
radios.push({
|
radios.push({
|
||||||
label: '中档' + currentInsuredInfo.L,
|
label: '中档' + currentInsuredInfo.M,
|
||||||
value: 'M'
|
value: 'M'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if(currentInsuredInfo.H){
|
if(currentInsuredInfo.H){
|
||||||
radios.push({
|
radios.push({
|
||||||
label: '高档' + currentInsuredInfo.L,
|
label: '高档' + currentInsuredInfo.H,
|
||||||
value: 'H'
|
value: 'H'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user