diff --git a/src/modules/06_evaluate/components/ExpertPage.vue b/src/modules/06_evaluate/components/ExpertPage.vue index 076035b..d7b6c69 100644 --- a/src/modules/06_evaluate/components/ExpertPage.vue +++ b/src/modules/06_evaluate/components/ExpertPage.vue @@ -1,7 +1,13 @@ - - - - - ประเมินเชี่ยวชาญ + + + + + + ประเมินเชี่ยวชาญ + - - - - - - - - ผลงาน - - - - - - + + + + + + + ผลงาน - - - + + + + + + + + + - - - - - เลือกผู้เซ็นเอกสาร - - - - - - - ผู้บังคับบัญชาชั้นต้น + + + + + เลือกผู้เซ็นเอกสาร + + + + + + + ผู้บังคับบัญชาชั้นต้น + + + + + - - - + + + + + ผู้บังคับบัญชาเหนือขึ้นไป 1 ระดับ + + + + + - - - - ผู้บังคับบัญชาเหนือขึ้นไป 1 ระดับ - - - - - - - - - - + + - - - - ดาวน์โหลดเอกสาร - - + + + + ดาวน์โหลดเอกสาร + + - - - - + + + + - - + + - + diff --git a/src/modules/06_evaluate/interface/evalute.ts b/src/modules/06_evaluate/interface/evalute.ts index aa80df8..1d3e17d 100644 --- a/src/modules/06_evaluate/interface/evalute.ts +++ b/src/modules/06_evaluate/interface/evalute.ts @@ -93,6 +93,16 @@ interface ListMenu { label: string; } +interface FormRef{ + subject: object | null; + author: object | null; + commanderFullname: object | null; + commanderPosition: object | null; + commanderAboveFullname: object | null; + commanderAbovePosition: object | null; + [key: string]: any; +} + export type { PersonInformation, FormCommand, @@ -101,4 +111,5 @@ export type { EducationForm, CertificatesForm, ListMenu, + FormRef };