fix: kebab action hide after change status
This commit is contained in:
parent
483859daca
commit
9990b73f4c
3 changed files with 24 additions and 5 deletions
|
|
@ -175,7 +175,8 @@ const treeProductTypeAndGroup = computed(
|
|||
product: item._count.product,
|
||||
},
|
||||
type: 'group',
|
||||
actionDisabled: item.status === 'INACTIVE',
|
||||
actionDisabled: false,
|
||||
// actionDisabled: item.status === 'INACTIVE',
|
||||
children: [
|
||||
{
|
||||
id: 'type',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue