fixing registry loading & display value
This commit is contained in:
parent
1a82792683
commit
bcd5d1d56c
4 changed files with 21 additions and 21 deletions
|
|
@ -966,7 +966,13 @@ onMounted(async () => {
|
|||
empType === ""
|
||||
? ""
|
||||
: formDetail?.posType?.posTypeShortName
|
||||
} ${formDetail?.posLevel?.posLevelName}` || "-"
|
||||
? formDetail?.posType?.posTypeShortName
|
||||
: ""
|
||||
} ${
|
||||
formDetail?.posLevel?.posLevelName
|
||||
? formDetail?.posLevel?.posLevelName
|
||||
: "-"
|
||||
}`
|
||||
}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue