🐛 修复分组无法删除的问题.
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
position="left"
|
position="left"
|
||||||
type="warning"
|
type="warning"
|
||||||
@ok="deleteNode(node.key)">
|
@ok="deleteNode(node.key)">
|
||||||
<span v-permission="['asset:host-group:delete']"
|
<span v-permission="['asset:host-group:update']"
|
||||||
class="tree-icon"
|
class="tree-icon"
|
||||||
title="删除">
|
title="删除">
|
||||||
<icon-delete />
|
<icon-delete />
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ const columns = [
|
|||||||
title: '主机信息',
|
title: '主机信息',
|
||||||
dataIndex: 'hostInfo',
|
dataIndex: 'hostInfo',
|
||||||
slotName: 'hostInfo',
|
slotName: 'hostInfo',
|
||||||
minWidth: 344,
|
width: 288,
|
||||||
align: 'left',
|
align: 'left',
|
||||||
fixed: 'left',
|
fixed: 'left',
|
||||||
default: true,
|
default: true,
|
||||||
@@ -22,7 +22,7 @@ const columns = [
|
|||||||
title: '主机规格',
|
title: '主机规格',
|
||||||
dataIndex: 'hostSpec',
|
dataIndex: 'hostSpec',
|
||||||
slotName: 'hostSpec',
|
slotName: 'hostSpec',
|
||||||
width: 188,
|
width: 198,
|
||||||
align: 'left',
|
align: 'left',
|
||||||
default: true,
|
default: true,
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
Reference in New Issue
Block a user