refactor: show filt registerName
This commit is contained in:
parent
f0d37ca0eb
commit
0a861a7aaa
1 changed files with 3 additions and 1 deletions
|
|
@ -425,7 +425,9 @@ watch([customerId, inputSearch, currentStatus], async () => {
|
|||
<div class="col" style="min-width: fit-content">
|
||||
<div class="col">
|
||||
{{
|
||||
$i18n.locale === 'eng' ? props.row.nameEN : props.row.name
|
||||
$i18n.locale === 'eng'
|
||||
? props.row.registerNameEN
|
||||
: props.row.registerName
|
||||
}}
|
||||
</div>
|
||||
<div class="col app-text-muted">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue