ประเมินบุคคลตรวจสอบตำแหน่งก่อนยื่นประเมิน
This commit is contained in:
parent
0fe78727c1
commit
4103b78774
4 changed files with 69 additions and 11 deletions
|
|
@ -91,9 +91,11 @@ interface CertificatesForm {
|
|||
interface ListMenu {
|
||||
val: string;
|
||||
label: string;
|
||||
level: number;
|
||||
type: number;
|
||||
}
|
||||
|
||||
interface FormRef{
|
||||
interface FormRef {
|
||||
subject: object | null;
|
||||
author: object | null;
|
||||
commanderFullname: object | null;
|
||||
|
|
@ -111,5 +113,5 @@ export type {
|
|||
EducationForm,
|
||||
CertificatesForm,
|
||||
ListMenu,
|
||||
FormRef
|
||||
FormRef,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue