fix bug registry not display firstname & lastname children
This commit is contained in:
parent
892093c432
commit
48c6a9e11d
1 changed files with 4 additions and 6 deletions
|
|
@ -828,12 +828,10 @@ onMounted(async () => {
|
|||
item.childrenPrefix ||
|
||||
item.childrenFirstName ||
|
||||
item.childrenLastName
|
||||
? item.childrenPrefix
|
||||
? item.childrenPrefix
|
||||
: "" +
|
||||
item.childrenFirstName +
|
||||
" " +
|
||||
item.childrenLastName
|
||||
? item.childrenPrefix +
|
||||
item.childrenFirstName +
|
||||
" " +
|
||||
item.childrenLastName
|
||||
: "-"
|
||||
}}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue