From fc002b9ca0cbb044c77d2ee38a78a85d291ca88d Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Wed, 19 Jun 2024 18:00:38 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E0=B9=81=E0=B8=81=E0=B9=89=20=E0=B8=AA?= =?UTF-8?q?=E0=B8=96=E0=B8=B2=E0=B8=99=E0=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProductCardComponent.vue | 69 ++++++++++++++++-- .../TotalProductComponent.vue | 2 +- src/pages/04_product-service/MainPage.vue | 71 ++++++++++++++----- 3 files changed, 116 insertions(+), 26 deletions(-) diff --git a/src/components/04_product-service/ProductCardComponent.vue b/src/components/04_product-service/ProductCardComponent.vue index 60d02760..1cde2872 100644 --- a/src/components/04_product-service/ProductCardComponent.vue +++ b/src/components/04_product-service/ProductCardComponent.vue @@ -10,6 +10,8 @@ withDefaults( status?: Status; date?: Date; isType?: boolean; + id?: string; + isDisabled?: boolean; }>(), { color: 'var(--brand-1)', @@ -19,8 +21,16 @@ withDefaults(