แก้ฟิลด์ประวัติ ย้ายสมรรถนะและตัวชี้วัดไปอยู่ภายใต้ข้อมูลหลัก
This commit is contained in:
parent
f970b6101c
commit
408a3bf8b3
8 changed files with 45 additions and 38 deletions
|
|
@ -59,8 +59,8 @@ const formMainProject = reactive<FormAddHistoryProject>({
|
|||
totalTraining: "", //รวมระยะเวลาในการฝึกอบรม
|
||||
location: "", //สถานที่ไปศึกษาดูงาน
|
||||
topic: "", //หัวข้อการไปศึกษาดูงาน
|
||||
studyStart: "", //วันเริ่มต้นการศึกษาดูงาน
|
||||
studyEnd: "", //วันสิ้นสุดการศึกษาดูงาน
|
||||
// studyStart: "", //วันเริ่มต้นการศึกษาดูงาน
|
||||
// studyEnd: "", //วันสิ้นสุดการศึกษาดูงาน
|
||||
organizingTraining: "", //หน่วยงานที่รับผิดชอบจัดการอบรม
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -134,8 +134,8 @@ interface FormAddHistoryProject {
|
|||
totalTraining: string;
|
||||
location: string;
|
||||
topic: string;
|
||||
studyStart: string;
|
||||
studyEnd: string;
|
||||
// studyStart: string;
|
||||
// studyEnd: string;
|
||||
organizingTraining: string;
|
||||
[key: string]: any;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue