Commit b57662660db2adfdef30dcf2b95c2aedf1a2f304

Authored by ww
1 parent aee2e0b8

fix: 修复物模型发布后不能勾选批量删除

... ... @@ -201,13 +201,6 @@
201 201 slots: { customRender: 'action' },
202 202 fixed: 'right',
203 203 },
204   - rowSelection: {
205   - getCheckboxProps: (record: ModelOfMatterItemRecordType) => {
206   - return {
207   - disabled: record.status === 1,
208   - };
209   - },
210   - },
211 204 });
212 205
213 206 const getHasBatchDelete = computed(() => !getRowSelection().selectedRowKeys?.length);
... ...