🐛 修复分组无法删除的问题.

This commit is contained in:
lijiahangmax
2025-05-29 22:15:08 +08:00
parent 1fcf239561
commit 2457a015e4
2 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@
position="left"
type="warning"
@ok="deleteNode(node.key)">
<span v-permission="['asset:host-group:delete']"
<span v-permission="['asset:host-group:update']"
class="tree-icon"
title="删除">
<icon-delete />

View File

@@ -14,7 +14,7 @@ const columns = [
title: '主机信息',
dataIndex: 'hostInfo',
slotName: 'hostInfo',
minWidth: 344,
width: 288,
align: 'left',
fixed: 'left',
default: true,
@@ -22,7 +22,7 @@ const columns = [
title: '主机规格',
dataIndex: 'hostSpec',
slotName: 'hostSpec',
width: 188,
width: 198,
align: 'left',
default: true,
}, {