ทะเบียนประวัติ: ประกาศเกียรติคุณ

This commit is contained in:
puriphatt 2024-03-19 15:15:02 +07:00
parent 9dacfc6835
commit 023bb8edae
4 changed files with 270 additions and 218 deletions

View file

@ -17,7 +17,14 @@ export default {
profileNewHonorByProfileId: (profileId: string) =>
`${registryNew}honor/${profileId}`,
profileNewHonorById: (dataId: string) => `${registryNew}honor/${dataId}`,
profileNewHonorHisById: (dataId: string) => `${registryNew}honor/${dataId}`,
profileNewHonorHisById: (dataId: string) => `${registryNew}honor/history/${dataId}`,
// ผลการประเมินการปฏิบัติราชการ
profileNewAssessments: `${registryNew}assessments`,
profileNewAssessmentsByProfileId: (profileId: string) =>
`${registryNew}assessments/${profileId}`,
profileNewAssessmentsById: (dataId: string) => `${registryNew}assessments/${dataId}`,
profileNewAssessmentsHisById: (dataId: string) => `${registryNew}assessments/history/${dataId}`,
// การฝึกอบรม
profileNewTraining: `${registryNew}training`,