ประเมินบุคคลตรวจสอบตำแหน่งก่อนยื่นประเมิน

This commit is contained in:
Warunee Tamkoo 2024-02-16 14:50:02 +07:00
parent 0fe78727c1
commit 4103b78774
4 changed files with 69 additions and 11 deletions

View file

@ -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,
};