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