[Change by req.] popup เลือกคนครองในโครงสร้างอัตรากำลัง แบบร่าง ให้แสดงตำแหน่งในสายงานเป็นค่าเริ่มต้น

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-08-13 14:36:46 +07:00
parent 240e2c1baf
commit ecb8366e4d

View file

@ -93,6 +93,7 @@ const visibleColumnsResult = ref<String[]>([
"no", "no",
"citizenId", "citizenId",
"name", "name",
"positionName",
"posTypeName", "posTypeName",
"posLevelName", "posLevelName",
]); ]);