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",