+ ตำแหน่งเลขที่
+
+ {{ props.row.posNo ? props.row.posNo : "-" }}
+
+
+
+ {{ empType === "officer" ? `ตำแหน่งในสายงาน` : `ตำแหน่ง` }}
+
+
+ {{ props.row.position ? props.row.position : "-" }}
+
+
+
+ {{ empType === "officer" ? "ตำแหน่งประเภท" : "กลุ่มงาน" }}
+
+
+ {{ props.row.posType ? props.row.posType : "-" }}
+
+
+
+ {{ empType === "officer" ? "ระดับ" : "ระดับชั้นงาน" }}
+
+
+ {{
+ props.row.posLevel
+ ? props.row.posTypeShortName
+ ? `${props.row.posTypeShortName} ${props.row.posLevel}`
+ : props.row.posLevel
+ : "-"
+ }}
+
+
+
+
+
-