refactor: switch nameEN
This commit is contained in:
parent
ff3cb87f98
commit
c9035cd878
1 changed files with 2 additions and 2 deletions
|
|
@ -159,7 +159,7 @@ defineEmits<{
|
|||
|
||||
<div class="col text-left">
|
||||
<div class="col">
|
||||
{{ `${props.row.firstName} ${props.row.lastName}` || '-' }}
|
||||
{{ `${props.row.firstNameEN} ${props.row.lastNameEN}` || '-' }}
|
||||
|
||||
<q-icon
|
||||
class="q-pl-xs"
|
||||
|
|
@ -173,7 +173,7 @@ defineEmits<{
|
|||
/>
|
||||
</div>
|
||||
<div class="col app-text-muted">
|
||||
{{ `${props.row.firstNameEN} ${props.row.lastNameEN}` || '-' }}
|
||||
{{ `${props.row.firstName} ${props.row.lastName}` || '-' }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue