@@ -51,6 +51,9 @@
},
rowSelection: {
type: 'checkbox',
+ getCheckboxProps: (record: Recordable) => ({
+ disabled: record.isReport === 1,
+ }),
});