แบบประเมิน => form งานที่ได้รับมอบหมายพิเศษ
This commit is contained in:
parent
c2bf98e053
commit
e8785cf385
2 changed files with 240 additions and 92 deletions
|
|
@ -12,10 +12,17 @@ interface FormProfile {
|
|||
}
|
||||
|
||||
interface FormDataAssigned {
|
||||
including: string;
|
||||
indicator: string;
|
||||
target: string;
|
||||
unit: string;
|
||||
weigth: string;
|
||||
achievement1: string;
|
||||
achievement2: string;
|
||||
achievement3: string;
|
||||
achievement4: string;
|
||||
achievement5: string;
|
||||
definition: string;
|
||||
formula: string;
|
||||
}
|
||||
export type { FormProfile, FormDataAssigned };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue