diff --git a/src/modules/04_registry/components/PopupHistory.vue b/src/modules/04_registry/components/PopupHistory.vue index 585d25c3a..91c766f9a 100644 --- a/src/modules/04_registry/components/PopupHistory.vue +++ b/src/modules/04_registry/components/PopupHistory.vue @@ -240,7 +240,7 @@ const paginationLabel = (start: number, end: number, total: number) => {
{ @update:model-value="changeEmployeeClass" /> - + - - + + ตำแหน่งเลขที่ - {{ + + + {{ props.row.posNo ? props.row.posNo : "-" }} - + ตำแหน่ง - + + + {{ props.row.position ? props.row.position : "-" }} - + ประเภทตำแหน่ง - + + + {{ props.row.posType ? props.row.posType : "-" }} - + + - ระดับตำแหน่ง/ระดับชั้นงาน - + ระดับชั้นงาน + + + {{ props.row.posLevel ? props.row.posLevel : "-" - }} + }}