From 9d0ed5690d3e9bd40c1d7f7a4d6c77b2a7dfa394 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 22 Aug 2025 18:09:55 +0700 Subject: [PATCH] =?UTF-8?q?fix=20=E0=B9=81=E0=B8=AA=E0=B8=94=E0=B8=87=20ic?= =?UTF-8?q?on=20=E0=B9=80=E0=B8=A5=E0=B8=B7=E0=B8=AD=E0=B8=81=E0=B8=95?= =?UTF-8?q?=E0=B8=B3=E0=B9=81=E0=B8=AB=E0=B8=99=E0=B9=88=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/02_organization/components/TableMain.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/modules/02_organization/components/TableMain.vue b/src/modules/02_organization/components/TableMain.vue index 604725627..8cbdd1b2b 100644 --- a/src/modules/02_organization/components/TableMain.vue +++ b/src/modules/02_organization/components/TableMain.vue @@ -993,8 +993,18 @@ watch( {{ col.value ? col.value : "-" }} +
+ {{ col.value ? col.value : "-" }} + + +
+
- {{ col.value }} + {{ col.value ? col.value : "-" }}