fix fullName
This commit is contained in:
parent
785c5ccbaf
commit
def0bb425a
1 changed files with 1 additions and 4 deletions
|
|
@ -279,10 +279,7 @@ export class ReoportController {
|
|||
isHaveMinPeriodOrHoldPos: evaluation.isHaveMinPeriodOrHoldPos,
|
||||
type: evaluation.type,
|
||||
prefix: evaluation.prefix,
|
||||
fullName:
|
||||
evaluation.prefix && evaluation.fullName
|
||||
? `${evaluation.prefix}${evaluation.fullName}`
|
||||
: "-",
|
||||
fullName: evaluation.fullName ? `${evaluation.fullName}` : "-",
|
||||
position: evaluation.position ? evaluation.position : "-",
|
||||
posNo: evaluation.posNo ? Extension.ToThaiNumber(evaluation.posNo) : "-",
|
||||
oc: evaluation.oc ? evaluation.oc : "-",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue