Commit 967440050d91bd43d2abbe6feab528f44c6b1fe3
Merge branch 'fix/problem/06-11' into 'main_dev'
fix: 设备处于公开状态时,点击批量操作点击删除还能进行删除,是不允许删除的 See merge request yunteng/thingskit-front!1374
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -59,7 +59,7 @@ |
59 | 59 | </span> |
60 | 60 | </Menu.Item> |
61 | 61 | <Menu.Item :disabled="item.disabled" v-if="item.popconfirm"> |
62 | - <Popconfirm v-bind="item.popconfirm"> | |
62 | + <Popconfirm :disabled="item.disabled" v-bind="item.popconfirm"> | |
63 | 63 | <template v-if="item.popconfirm.icon" #icon> |
64 | 64 | <Icon :icon="item.popconfirm.icon" /> |
65 | 65 | </template> | ... | ... |