From 813752650005ae6b35be13c5d843e768dd98b813 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Mon, 19 Aug 2024 10:37:05 +0700 Subject: [PATCH] fix(04): product work layout & i18n --- .../TotalProductCardComponent.vue | 5 ++++- src/i18n/en-US/index.ts | 3 +++ src/i18n/th-th/index.ts | 3 +++ src/pages/04_product-service/MainPage.vue | 20 ++++++++++++------- 4 files changed, 23 insertions(+), 8 deletions(-) diff --git a/src/components/04_product-service/TotalProductCardComponent.vue b/src/components/04_product-service/TotalProductCardComponent.vue index 78f6a02f..abe8dc6a 100644 --- a/src/components/04_product-service/TotalProductCardComponent.vue +++ b/src/components/04_product-service/TotalProductCardComponent.vue @@ -50,8 +50,11 @@ withDefaults( @click="$emit('select', data)" >
-
+
{{ title ?? 'title' }} + + {{ title ?? 'title' }} +
{{ props.row.name }} - + {{ props.row.name }}
@@ -3689,12 +3695,12 @@ watch( - + -
-
+
+
- +
-
+