UI หน้าเพิ่ม/แก้ไขตัวชี้วัดตามตำแหน่ง

This commit is contained in:
STW_TTTY\stwtt 2024-04-18 11:38:42 +07:00
parent 2680fd302a
commit 36e511d3fd
2 changed files with 430 additions and 4 deletions

View file

@ -23,4 +23,18 @@ interface FormCompetency {
evaluation: string;
}
export type { FormQueryRound, FormRound, FormCompetency };
interface FormDataRole {
position: string;
year: number;
round: string;
org: string;
including: string;
includingName: string;
target: string;
unit: string;
weight: string;
meaning: string;
formula: string;
}
export type { FormQueryRound, FormRound, FormCompetency, FormDataRole };