This commit is contained in:
AdisakKanthawilang 2025-04-21 11:01:29 +07:00
parent 590d6af340
commit 72786aeb1d

View file

@ -1235,7 +1235,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,
})),