diff --git a/src/modules/04_registryPerson/components/detail/Employee/01_DataEmployee.vue b/src/modules/04_registryPerson/components/detail/Employee/01_DataEmployee.vue index 30248f407..7c6cc7c8f 100644 --- a/src/modules/04_registryPerson/components/detail/Employee/01_DataEmployee.vue +++ b/src/modules/04_registryPerson/components/detail/Employee/01_DataEmployee.vue @@ -175,7 +175,7 @@ const columns = ref([ { name: "positionEmployeePositionId", align: "left", - label: "ตำแหน่งทางสายงาน", + label: "ตำแหน่ง", sortable: true, field: "positionEmployeePositionId", headerStyle: "font-size: 14px", @@ -391,7 +391,7 @@ onMounted(() => {
-
ตำแหน่งทางสายงาน
+
ตำแหน่ง
{{ dataEmployee.positionEmployeePositionId ?? "-" }} @@ -503,8 +503,8 @@ onMounted(() => { hide-bottom-space v-model="formData.positionEmployeePositionId" class="inputgreen" - label="ตำแหน่งทางสายงาน" - :rules="[(val: string) => !!val || `${'กรุณากรอกตำแหน่งทางสายงาน'}`]" + label="ตำแหน่ง" + :rules="[(val: string) => !!val || `${'กรุณากรอกตำแหน่ง'}`]" />