From 2f9a5954b4ea9c6a50962e0f2362d947dbb6a311 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Wed, 3 Apr 2024 17:34:53 +0700 Subject: [PATCH] =?UTF-8?q?fig=20bug=20=E0=B9=81=E0=B8=AA=E0=B8=94?= =?UTF-8?q?=E0=B8=87=E0=B9=80=E0=B8=A5=E0=B8=B7=E0=B9=88=E0=B8=AD=E0=B8=99?= =?UTF-8?q?=E0=B9=80=E0=B8=87=E0=B8=B4=E0=B8=99=E0=B9=80=E0=B8=94=E0=B8=B7?= =?UTF-8?q?=E0=B8=AD=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/SalaryEmployeeLists/TableTypeOther.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/13_salary/components/SalaryEmployeeLists/TableTypeOther.vue b/src/modules/13_salary/components/SalaryEmployeeLists/TableTypeOther.vue index c8dac4995..202945bb8 100644 --- a/src/modules/13_salary/components/SalaryEmployeeLists/TableTypeOther.vue +++ b/src/modules/13_salary/components/SalaryEmployeeLists/TableTypeOther.vue @@ -383,7 +383,9 @@ watch(
{{ props.row.amountUse !== null - ? props.row.amountUse.toLocaleString() + ? props.row.amountUse > 0 + ? props.row.amountUse.toLocaleString() + : 0 : "" }} {{