fix(regression): delete button in quotation
This commit is contained in:
parent
cc916b663d
commit
d7559aca88
2 changed files with 2 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ const rand = Math.random();
|
|||
:idName="code"
|
||||
status="ACTIVE"
|
||||
hide-toggle
|
||||
hide-delete
|
||||
:hide-view="hideKebabView"
|
||||
:hide-edit="hideKebabEdit"
|
||||
@view="$emit('view')"
|
||||
|
|
|
|||
|
|
@ -152,6 +152,7 @@ defineEmits<{
|
|||
:idName="`btn-kebab-${props.row.firstName}`"
|
||||
status="'ACTIVE'"
|
||||
hide-toggle
|
||||
hide-delete
|
||||
:hide-edit="hideEdit"
|
||||
@view="$emit('view', props.row)"
|
||||
@edit="$emit('edit', props.row)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue