ทะเบียนประวัติ: ประกาศเกียรติคุณ
This commit is contained in:
parent
9dacfc6835
commit
023bb8edae
4 changed files with 270 additions and 218 deletions
|
|
@ -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`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue