ปรับ ui ประวัติฝึกอบรมดูงาน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-19 11:05:10 +07:00
parent d3d09809d6
commit 4ca5b7dbfe
3 changed files with 201 additions and 25 deletions

View file

@ -166,6 +166,12 @@ interface DataItemsDevelopment {
label: string;
}
interface DataTrainingTopics {
topicAcademic: "";
addressAcademic: "";
province: "";
}
export type {
DataOption,
DataOptionCheckBox,
@ -181,4 +187,5 @@ export type {
PersonData,
StrategyNode,
DataItemsDevelopment,
DataTrainingTopics,
};