fix: แก้การรับค่า defineProps ให้รับ hideButton
This commit is contained in:
parent
9eb695a449
commit
424dee5f99
1 changed files with 2 additions and 0 deletions
|
|
@ -21,9 +21,11 @@ withDefaults(
|
|||
code: string;
|
||||
detail?: { label: string; value: string }[];
|
||||
};
|
||||
hideButton?: boolean;
|
||||
badge?: CustomerBranch[];
|
||||
}>(),
|
||||
{
|
||||
hideButton: false,
|
||||
width: '300px',
|
||||
deletable: false,
|
||||
color: 'green',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue