fix
This commit is contained in:
parent
590d6af340
commit
72786aeb1d
1 changed files with 1 additions and 1 deletions
|
|
@ -1235,7 +1235,7 @@ export class EvaluationController {
|
||||||
})),
|
})),
|
||||||
performances: evaluation.performances.map((performance) => ({
|
performances: evaluation.performances.map((performance) => ({
|
||||||
year: performance.year,
|
year: performance.year,
|
||||||
type: performance.type == "EXPERT" ? "ชำนาญการ" : performance.type == "EXPERTISE" ? "เชียวชาญ" : performance.type == "SPECIAL_EXPERT" ? "ชำนาญการพิเศษ": null,
|
type: performance.type,
|
||||||
subject: performance.subject,
|
subject: performance.subject,
|
||||||
evaluationResult: performance.evaluationResult,
|
evaluationResult: performance.evaluationResult,
|
||||||
})),
|
})),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue