🐛 修复分组无法删除的问题.
This commit is contained in:
@@ -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 />
|
||||
|
||||
@@ -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,
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user