UI หน้าเพิ่ม/แก้ไขตัวชี้วัดตามตำแหน่ง
This commit is contained in:
parent
2680fd302a
commit
36e511d3fd
2 changed files with 430 additions and 4 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue