รายละเอียดการประเมินผลการปฏิบัติราชการระดับบุคคล =>tab อื่นๆ
This commit is contained in:
parent
1a234278f1
commit
a487e8445d
4 changed files with 209 additions and 20 deletions
|
|
@ -45,7 +45,19 @@ interface ListCapacity {
|
|||
id: string;
|
||||
level: number;
|
||||
description: string;
|
||||
capacityId:string
|
||||
capacityId: string;
|
||||
}
|
||||
|
||||
export type { FormProfile, FormDataAssigned, FormCapacityList,ListCriteria,ListCapacity };
|
||||
interface FormComment {
|
||||
topic: string;
|
||||
reason: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
FormProfile,
|
||||
FormDataAssigned,
|
||||
FormCapacityList,
|
||||
ListCriteria,
|
||||
ListCapacity,
|
||||
FormComment,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue