refactor: handle btn canceled of request
This commit is contained in:
parent
05ececd632
commit
05a4a57658
2 changed files with 8 additions and 1 deletions
|
|
@ -23,6 +23,7 @@ defineProps<{
|
|||
hideKebabDelete?: boolean;
|
||||
hideAction?: boolean;
|
||||
useCancel?: boolean;
|
||||
disableCancel?: boolean;
|
||||
|
||||
customData?: {
|
||||
label: string;
|
||||
|
|
@ -95,6 +96,7 @@ const rand = Math.random();
|
|||
status="ACTIVE"
|
||||
hide-toggle
|
||||
:use-cancel
|
||||
:disable-cancel
|
||||
:hide-delete="hideKebabDelete"
|
||||
:hide-view="hideKebabView"
|
||||
:hide-edit="hideKebabEdit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue