แก้ พัฒนา

This commit is contained in:
setthawutttty 2025-04-24 10:17:56 +07:00
parent 3f0b3924d4
commit 3ad8096378
11 changed files with 1140 additions and 458 deletions

View file

@ -131,8 +131,12 @@ const scholarshipTypeOp = ref<DataOption[]>([
name: " ฝึกอบรมในประเทศที่ส่งไปพัฒนากับหน่วยงานภายนอก (หลักสูตรประเภทนักบริหาร)",
},
{
id: "RESEARCH",
name: "ศึกษา ฝึกอบรม ประชุม ดูงาน และปฏิบัติการวิจัย ณ ต่างประเทศ",
id: "STUDY",
name: "ทุนการศึกษา ณ ต่างประเทศ",
},
{
id: "TRAINING",
name: "ทุนฝึกอบรม ณ ต่างประเทศ",
},
]);