fix
This commit is contained in:
parent
5ca457e856
commit
b958680692
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
})),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue