From e769308be3da5158bfeaa6b23345614416cde585 Mon Sep 17 00:00:00 2001
From: Net <93821485+somnetsak123@users.noreply.github.com>
Date: Thu, 13 Jun 2024 11:03:56 +0700
Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=81=E0=B8=81=E0=B9=89=20i18n/?=
=?UTF-8?q?=E0=B8=A5=E0=B8=9A=E0=B9=82=E0=B8=84=E0=B9=89=E0=B8=84=E0=B8=97?=
=?UTF-8?q?=E0=B8=B5=E0=B9=88=E0=B9=84=E0=B8=A1=E0=B9=88=E0=B9=84=E0=B8=94?=
=?UTF-8?q?=E0=B9=89=E0=B9=83=E0=B8=8A=E0=B9=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/04_product-service/MainPage.vue | 44 +++++++----------------
1 file changed, 13 insertions(+), 31 deletions(-)
diff --git a/src/pages/04_product-service/MainPage.vue b/src/pages/04_product-service/MainPage.vue
index 8dfd34dd..c516002c 100644
--- a/src/pages/04_product-service/MainPage.vue
+++ b/src/pages/04_product-service/MainPage.vue
@@ -37,22 +37,6 @@ const {
import ItemCard from 'src/components/ItemCard.vue';
import TotalProductComponent from 'src/components/04_product-service/TotalProductComponent.vue';
-const cardData = ref({
- title: 'งาน MCU',
- subtitle: 'G00000000001',
- color: 'var(--pink-6)',
- status: true,
- date: new Date(),
-});
-
-const cardTypeData = ref({
- title: 'บริการพิสูจน์สัญชาติ',
- subtitle: 'TG10000000001',
- color: 'var(--purple-11)',
- status: true,
- date: new Date(),
-});
-
const stat = ref<
{
count: number;
@@ -63,7 +47,7 @@ const stat = ref<
{ count: 0, label: 'productAndService', color: 'pink' },
{ count: 0, label: 'productAndServiceType', color: 'purple' },
{ count: 0, label: 'service', color: 'orange' },
- { count: 0, label: 'service', color: 'green' },
+ { count: 0, label: 'product', color: 'green' },
]);
import { useI18n } from 'vue-i18n';
@@ -236,21 +220,19 @@ onMounted(async () => {
bordered
style="min-height: 70vh"
>
-
-