🐛 修复分组创建权限问题.
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
</span>
|
||||
</a-popconfirm>
|
||||
<!-- 新增 -->
|
||||
<span v-permission="['asset:host-group:create']"
|
||||
<span v-permission="['asset:host-group:update']"
|
||||
class="tree-icon"
|
||||
title="新增"
|
||||
@click="addChildren(node)">
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
</div>
|
||||
<!-- 操作 -->
|
||||
<div class="tree-card-handler">
|
||||
<a-button v-permission="['asset:host-group:create']"
|
||||
<a-button v-permission="['asset:host-group:update']"
|
||||
class="handler-icon-wrapper icon-button mr4"
|
||||
title="根节点添加"
|
||||
@click="addRootNode">
|
||||
|
||||
Reference in New Issue
Block a user