首先給 Collapse.Panel 添加 extra 屬性 (自定義渲染每個面板右上角的內容)
然后在函數中 返回所想要的內容
const genExtra = () => {
return (
<Button
style={{ color: '#1890FF' }}
onClick={() => showPolicyHolder(0)}
type="text"
>
OCR識別
</Button>
)
}
代碼如下圖所示
效果圖: