Merge branch 'hotfix/v2-03-16' into develop

This commit is contained in:
黎永顺 2023-03-17 11:09:11 +08:00
commit 328ad2b1d4
1 changed files with 4 additions and 0 deletions

View File

@ -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 }}/>;
}