This commit is contained in:
AdisakKanthawilang 2025-07-15 16:59:23 +07:00
parent d51357e715
commit 468f0b304f

View file

@ -604,6 +604,14 @@ export class ReportController extends Controller {
getDevelopment.scholarshipType =
"ศึกษา ฝึกอบรม ประชุม ดูงาน และปฏิบัติการวิจัย ณ ต่างประเทศ";
break;
case "STUDY":
getDevelopment.scholarshipType =
"ทุนการศึกษา ณ ต่างประเทศ";
break;
case "TRAINING":
getDevelopment.scholarshipType =
"ทุนฝึกอบรม ณ ต่างประเทศ";
break;
default:
break;
}