From 2a9c4741dc2de28945ae235d47a6c04585e9aa90 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Wed, 28 Feb 2024 16:58:15 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=AA?= =?UTF-8?q?=E0=B8=B5=20summary=20=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=81?= =?UTF-8?q?=E0=B8=B2=E0=B8=A3=E0=B9=80=E0=B8=87=E0=B8=B4=E0=B8=99=E0=B9=80?= =?UTF-8?q?=E0=B8=94=E0=B8=B7=E0=B8=AD=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/13_salary/components/SalaryLists/TabMain.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/13_salary/components/SalaryLists/TabMain.vue b/src/modules/13_salary/components/SalaryLists/TabMain.vue index 52f830f14..2676384bf 100644 --- a/src/modules/13_salary/components/SalaryLists/TabMain.vue +++ b/src/modules/13_salary/components/SalaryLists/TabMain.vue @@ -155,13 +155,13 @@ const itemsCard = ref([ { lable: "ใช้ไปเท่าไหร่", name: "group2", - color: "indigo-6", + color: "blue-6", total: 0, }, { lable: "เหลือเท่าไหร่", name: "group2", - color: "indigo-6", + color: "green-6", total: 0, }, ]);