ทดลองงาน

This commit is contained in:
STW_TTTY\stwtt 2024-05-31 18:05:15 +07:00
parent e24f66f978
commit dbe620c549
3 changed files with 580 additions and 5 deletions

View file

@ -36,6 +36,8 @@ export default {
`${probation}/evaluate-result?assign_id=${id}`,
reportAssign: (type: string, id: string) =>
`${reportProbation}/13/${type}/${id}`,
summaryReportDetail: (id: string) => `${probation}/report?assign_id=${id}`,
kpiCapacity
};