fix: tree disable status
This commit is contained in:
parent
3a7a6fc84e
commit
2d087d8fd6
1 changed files with 1 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ defineEmits<{
|
||||||
|
|
||||||
<KebabAction
|
<KebabAction
|
||||||
v-if="action && !node.actionDisabled"
|
v-if="action && !node.actionDisabled"
|
||||||
|
:disable-delete="node.status !== 'CREATED'"
|
||||||
:id-name="node.name"
|
:id-name="node.name"
|
||||||
:status="node.status"
|
:status="node.status"
|
||||||
@view="$emit('view', node)"
|
@view="$emit('view', node)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue