From e9e8e7e697a8e8b3207d80475ed4c03578c9c465 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Fri, 5 Sep 2025 15:02:37 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=E0=B9=81=E0=B8=AA=E0=B8=94=E0=B8=87=20-?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/02_organization/components/DialogHistoryPos.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/02_organization/components/DialogHistoryPos.vue b/src/modules/02_organization/components/DialogHistoryPos.vue index b47469acd..017c504e7 100644 --- a/src/modules/02_organization/components/DialogHistoryPos.vue +++ b/src/modules/02_organization/components/DialogHistoryPos.vue @@ -277,7 +277,7 @@ watch(
- {{ col.value ?? "-" }} + {{ col.value ? col.value : "-" }}