Merge branch 'hotfix/v2-03-16' into develop
This commit is contained in:
commit
328ad2b1d4
|
|
@ -61,6 +61,10 @@ class CustomBenefitsTable extends Component {
|
|||
onChange={value => this.handleCustomBenefitsSwitch(record, value)}
|
||||
/>
|
||||
);
|
||||
case "welfareType":
|
||||
return <span>{record.welfareTypeSpan}</span>;
|
||||
case "paymentScopt":
|
||||
return <span>{record.paymentScopeSpan}</span>;
|
||||
default:
|
||||
return <div dangerouslySetInnerHTML={{ __html: text }}/>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue