From 09dfc5a9168487bb85f732e4a429075e49893a52 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Wed, 30 Jul 2025 12:24:19 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=82=E0=B9=89?= =?UTF-8?q?=E0=B8=AD=E0=B8=84=E0=B8=A7=E0=B8=B2=E0=B8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/18_command/components/DialogCreateCommandORG.vue | 2 +- src/modules/18_command/components/Step/2_ListPersons.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/18_command/components/DialogCreateCommandORG.vue b/src/modules/18_command/components/DialogCreateCommandORG.vue index fcad53fec..8ef7b34bc 100644 --- a/src/modules/18_command/components/DialogCreateCommandORG.vue +++ b/src/modules/18_command/components/DialogCreateCommandORG.vue @@ -146,7 +146,7 @@ const baseColumnsActing = ref([ { name: "posMasterNo", align: "left", - label: "รักษาการตำแหน่งเลขที่", + label: "รักษาการ (เลขที่ตำแหน่ง)", sortable: false, field: "posMasterNo", headerStyle: "font-size: 14px", diff --git a/src/modules/18_command/components/Step/2_ListPersons.vue b/src/modules/18_command/components/Step/2_ListPersons.vue index 9f9722a45..a5a9881c4 100644 --- a/src/modules/18_command/components/Step/2_ListPersons.vue +++ b/src/modules/18_command/components/Step/2_ListPersons.vue @@ -78,7 +78,7 @@ const baseColumns = ref([ { name: "posNo", align: "left", - label: "รักษาการในตำแหน่ง", + label: "รักษาการ (เลขที่ตำแหน่ง)", field: "posNo", sortable: false, headerStyle: "font-size: 14px",