Commit 784ab5d2f369bcc3b136ae2e4743e2d6d845a1a1

Authored by xp.Huang
2 parents aee2e0b8 b5766266

Merge branch 'fix/product-objcet-model' into 'main_dev'

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

See merge request yunteng/thingskit-front!1118
... ... @@ -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);
... ...