refactor: edit show name
This commit is contained in:
parent
577d4a64ea
commit
3af10d2539
1 changed files with 2 additions and 2 deletions
|
|
@ -1263,8 +1263,8 @@ const emptyCreateDialog = ref(false);
|
||||||
code: props.row.code,
|
code: props.row.code,
|
||||||
name:
|
name:
|
||||||
$i18n.locale === 'en-US'
|
$i18n.locale === 'en-US'
|
||||||
? `${props.row.customerName} `.trim()
|
? `${props.row.firstName} ${props.row.lastName} `.trim()
|
||||||
: `${props.row.customerNameEN} `.trim(),
|
: `${props.row.firstNameEN} ${props.row.lastNameEN} `.trim(),
|
||||||
img:
|
img:
|
||||||
props.row.imageUrl ||
|
props.row.imageUrl ||
|
||||||
'/images/customer-' +
|
'/images/customer-' +
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue