no message
This commit is contained in:
parent
accac04af8
commit
27fb61604f
1 changed files with 2 additions and 12 deletions
|
|
@ -233,19 +233,9 @@ async function onClickDowloadFile(
|
||||||
{ positionLevel: profile.value == null ? "" : profile.value.positionLevel },
|
{ positionLevel: profile.value == null ? "" : profile.value.positionLevel },
|
||||||
{ posNo: profile.value == null ? "" : profile.value.posNo },
|
{ posNo: profile.value == null ? "" : profile.value.posNo },
|
||||||
{ oc: profile.value == null ? "" : profile.value.oc },
|
{ oc: profile.value == null ? "" : profile.value.oc },
|
||||||
{
|
{ birthDate: profile.value == null ? "" : date2Thai(profile.value.birthDate), },
|
||||||
birthDate:
|
|
||||||
profile.value == null ? "" : date2Thai(profile.value.birthDate),
|
|
||||||
},
|
|
||||||
{ govAge: profile.value == null ? "" : profile.value.govAge },
|
{ govAge: profile.value == null ? "" : profile.value.govAge },
|
||||||
{
|
{ positionLevelNew: profile.value == null ? "" : profile.value.type == "EXPERT" ? "ชำนาญการ" : "ชำนาญการพิเศษ", },
|
||||||
positionLevelNew:
|
|
||||||
profile.value == null
|
|
||||||
? ""
|
|
||||||
: profile.value.type == "EXPERT"
|
|
||||||
? "ชำนาญการ"
|
|
||||||
: "ชำนาญการพิเศษ",
|
|
||||||
},
|
|
||||||
tp === "EV1_005" || tp === "EV1_007" ? { organizationName: "-" } : null,
|
tp === "EV1_005" || tp === "EV1_007" ? { organizationName: "-" } : null,
|
||||||
tp === "EV1_007" ? { positionName: "-" } : null,
|
tp === "EV1_007" ? { positionName: "-" } : null,
|
||||||
tp === "EV1_007" ? { positionLeaveName: "-" } : null
|
tp === "EV1_007" ? { positionLeaveName: "-" } : null
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue