Commit 784ab5d2f369bcc3b136ae2e4743e2d6d845a1a1
Merge branch 'fix/product-objcet-model' into 'main_dev'
fix: 修复物模型发布后不能勾选批量删除 See merge request yunteng/thingskit-front!1118
Showing
1 changed file
with
0 additions
and
7 deletions
@@ -201,13 +201,6 @@ | @@ -201,13 +201,6 @@ | ||
201 | slots: { customRender: 'action' }, | 201 | slots: { customRender: 'action' }, |
202 | fixed: 'right', | 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 | const getHasBatchDelete = computed(() => !getRowSelection().selectedRowKeys?.length); | 206 | const getHasBatchDelete = computed(() => !getRowSelection().selectedRowKeys?.length); |