รายการขอรับประเมินผลการปฏิบัติราชการระดับบุคคล => form แบบประเมิน
This commit is contained in:
parent
3ed6834933
commit
656211f03f
5 changed files with 100 additions and 56 deletions
|
|
@ -1,22 +1,21 @@
|
|||
interface FormProfile {
|
||||
fullName: string;
|
||||
prefix: string;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
|
||||
position: string;
|
||||
type: string;
|
||||
level: string;
|
||||
status: string;
|
||||
status: string | undefined;
|
||||
result: string | undefined;
|
||||
score: string;
|
||||
|
||||
avartar:string
|
||||
avartar: string;
|
||||
}
|
||||
|
||||
interface FormDataAssigned{
|
||||
indicator:string
|
||||
target:string
|
||||
unit:string
|
||||
weigth:string
|
||||
definition:string
|
||||
interface FormDataAssigned {
|
||||
indicator: string;
|
||||
target: string;
|
||||
unit: string;
|
||||
weigth: string;
|
||||
definition: string;
|
||||
}
|
||||
export type { FormProfile ,FormDataAssigned};
|
||||
export type { FormProfile, FormDataAssigned };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue