fix การทดลองปฏิบัติหน้าที่ราชการ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-01-21 14:07:59 +07:00
parent c10e96e2a4
commit 9f1bcd1551
3 changed files with 244 additions and 60 deletions

View file

@ -775,7 +775,7 @@ async function getAssign() {
...dataPerson,
name: `${dataPerson.name} (${dataPerson.position}${
dataPerson.positionLevel && dataPerson.positionType
? ", " + dataPerson.positionType + " : " + dataPerson.positionLevel
? dataPerson.positionLevel
: ""
})`,
}));
@ -1009,7 +1009,7 @@ function updateAppointMent() {
...dataPerson,
name: `${dataPerson.name} (${dataPerson.position}${
dataPerson.positionLevel && dataPerson.positionType
? ", " + dataPerson.positionType + " : " + dataPerson.positionLevel
? + dataPerson.positionLevel
: ""
})`,
}));
@ -1035,7 +1035,7 @@ function updateAppointMent() {
label: dataPerson.position
? `${dataPerson.name} (${dataPerson.position}${
dataPerson.positionLevel && dataPerson.positionType
? ", " + dataPerson.positionType + " : " + dataPerson.positionLevel
? +dataPerson.positionLevel
: ""
})`
: dataPerson.name,