antd的table组件,勾选框禁用的解决方案探讨 华超磊 2024-12-09 92 阅读1分钟 const rowSelection = { getCheckboxProps:()=>{ return {disabled:true} } }