fix(regression): delete button in quotation

This commit is contained in:
Methapon2001 2024-12-26 09:51:57 +07:00
parent cc916b663d
commit d7559aca88
2 changed files with 2 additions and 0 deletions

View file

@ -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')"

View file

@ -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)"