ปรับ ui ทุน
This commit is contained in:
parent
965304339d
commit
3b6172ee03
3 changed files with 1226 additions and 883 deletions
|
|
@ -61,6 +61,7 @@ interface FormsSholarship {
|
|||
totalPeriod: string; //รวมระยะเวลาในการศึกษา/รวมระยะเวลาในการฝึกอบรม
|
||||
planType: string; // INPLAN ในแผนฯ, OUTPLAN นอกแผนฯ
|
||||
isNoUseBudget: boolean; //
|
||||
budgetSourceOther: string; //
|
||||
}
|
||||
|
||||
interface DataSholarship {
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -41,8 +41,12 @@ const scholarshipTypeOp = ref<DataOptions[]>([
|
|||
name: " ฝึกอบรมในประเทศที่ส่งไปพัฒนากับหน่วยงานภายนอก (หลักสูตรประเภทนักบริหาร)",
|
||||
},
|
||||
{
|
||||
id: "RESEARCH",
|
||||
name: "ศึกษา ฝึกอบรม ประชุม ดูงาน และปฏิบัติการวิจัย ณ ต่างประเทศ",
|
||||
id: "STUDY",
|
||||
name: "ทุนการศึกษา ณ ต่างประเทศ",
|
||||
},
|
||||
{
|
||||
id: "TRAINING",
|
||||
name: "ทุนฝึกอบรม ณ ต่างประเทศ",
|
||||
},
|
||||
]);
|
||||
|
||||
|
|
@ -144,8 +148,10 @@ function convertType(val: string) {
|
|||
return "ฝึกอบรมในประเทศที่ส่งไปพัฒนากับหน่วยวงานภายนอก (หลักสูตรที่มีการไปต่างประเทศ)";
|
||||
case "EXECUTIVE":
|
||||
return "ฝึกอบรมในประเทศที่ส่งไปพัฒนากับหน่วยวงานภายนอก (หลักสูตรประเภทนักบริหาร)";
|
||||
case "RESEARCH":
|
||||
return "ศึกษา ฝึกอบรม ประชุม ดูงาน และปฏิบัติการวิจัย ณ ต่างประเทศ";
|
||||
case "STUDY":
|
||||
return "ทุนการศึกษา ณ ต่างประเทศ";
|
||||
case "TRAINING":
|
||||
return "ทุนฝึกอบรม ณ ต่างประเทศ";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue