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.childrenPrefix ||
|
||||||
item.childrenFirstName ||
|
item.childrenFirstName ||
|
||||||
item.childrenLastName
|
item.childrenLastName
|
||||||
? item.childrenPrefix
|
? item.childrenPrefix +
|
||||||
? item.childrenPrefix
|
item.childrenFirstName +
|
||||||
: "" +
|
" " +
|
||||||
item.childrenFirstName +
|
item.childrenLastName
|
||||||
" " +
|
|
||||||
item.childrenLastName
|
|
||||||
: "-"
|
: "-"
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue