Table中复选框符合条件的数据列设为禁用

用法

<a-table
  :rowSelection="{ selectedRowKeys, onChange: onSelectChange, fixed: true, getCheckboxProps: record => ({ props: { disabled: record.apprStatus !== 1 } }) }"
  :columns="checkInColumns"
  :dataSource="checkInData"
  :pagination="false"
  row-key="apprId"
>
</a-table>
最后修改:2021 年 04 月 29 日
如果觉得我的文章对你有用,请点个赞支持一下