From 424dee5f9906cabbd6f48c1f131415de93f49555 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:45:24 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=81?= =?UTF-8?q?=E0=B8=B2=E0=B8=A3=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=84=E0=B9=88?= =?UTF-8?q?=E0=B8=B2=20defineProps=20=E0=B9=83=E0=B8=AB=E0=B9=89=E0=B8=A3?= =?UTF-8?q?=E0=B8=B1=E0=B8=9A=20hideButton?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UsersDetailCardComponent.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/UsersDetailCardComponent.vue b/src/components/UsersDetailCardComponent.vue index 53f8a3f0..7ede4f1c 100644 --- a/src/components/UsersDetailCardComponent.vue +++ b/src/components/UsersDetailCardComponent.vue @@ -21,9 +21,11 @@ withDefaults( code: string; detail?: { label: string; value: string }[]; }; + hideButton?: boolean; badge?: CustomerBranch[]; }>(), { + hideButton: false, width: '300px', deletable: false, color: 'green',