const rowSelection = {
  selectedRowKeys,
  columnTitle: ' ', // 设置这行
  onChange: this.selectChange,
  getCheckboxProps: record => ({ // 单行禁用
    disabled: record.status === 1
  })
}

 

相关文章:

  • 2021-11-07
  • 2022-12-23
  • 2022-12-23
  • 2021-05-26
  • 2021-06-25
  • 2022-01-03
  • 2022-12-23
  • 2022-02-08
猜你喜欢
  • 2022-12-23
  • 2021-06-09
  • 2022-12-23
  • 2022-12-23
  • 2021-04-04
  • 2021-11-05
  • 2022-12-23
相关资源
相似解决方案