From 9f9de075a31b62e3a2e733985b7d3f6b69d4b89b Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Thu, 30 Jan 2025 17:54:38 +0700 Subject: [PATCH] =?UTF-8?q?flag=20=E0=B9=82=E0=B8=84=E0=B8=A3=E0=B8=87?= =?UTF-8?q?=E0=B8=AA=E0=B8=A3=E0=B9=89=E0=B8=B2=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../02_organization/components/TreeMain.vue | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/modules/02_organization/components/TreeMain.vue b/src/modules/02_organization/components/TreeMain.vue index 23be96e72..9b76ab9da 100644 --- a/src/modules/02_organization/components/TreeMain.vue +++ b/src/modules/02_organization/components/TreeMain.vue @@ -439,16 +439,25 @@ watch(
- {{ prop.node.orgTreeName }} + {{ prop.node.orgTreeName + }}{{ + prop.node.isCommission == true && prop.node.orgLevel == 0 + ? ` (กก.)` + : "" + }}
{{ prop.node.orgTreeName }}