fix การทดลองปฏิบัติหน้าที่ราชการ
This commit is contained in:
parent
c10e96e2a4
commit
9f1bcd1551
3 changed files with 244 additions and 60 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue