产品-社保福利方案列表渲染修改

This commit is contained in:
黎永顺 2023-03-15 17:23:08 +08:00
parent 79ea27233f
commit 2384398ce9
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 }}/>;
}