This commit is contained in:
AdisakKanthawilang 2025-04-22 11:31:21 +07:00
parent 5ca457e856
commit b958680692

View file

@ -1589,7 +1589,7 @@ export class EvaluationController {
})),
performances: evaluation.performances.map((performance) => ({
year: performance.year,
type: performance.type == "EXPERT" ? "ชำนาญการ" : performance.type == "EXPERTISE" ? "เชียวชาญ" : performance.type == "SPECIAL_EXPERT" ? "ชำนาญการพิเศษ": null,
type: performance.type,
subject: performance.subject,
evaluationResult: performance.evaluationResult,
})),