refactor: Edit to align to the left
This commit is contained in:
parent
0d26f1ef44
commit
400f36719e
1 changed files with 1 additions and 4 deletions
|
|
@ -438,10 +438,7 @@ watch([customerId, inputSearch, currentStatus], async () => {
|
||||||
>
|
>
|
||||||
{{ props.row.branchNo || '-' }}
|
{{ props.row.branchNo || '-' }}
|
||||||
</q-td>
|
</q-td>
|
||||||
<q-td
|
<q-td v-if="branchFieldSelected.includes('address')">
|
||||||
v-if="branchFieldSelected.includes('address')"
|
|
||||||
class="text-center"
|
|
||||||
>
|
|
||||||
{{
|
{{
|
||||||
$i18n.locale === 'eng'
|
$i18n.locale === 'eng'
|
||||||
? `${props.row.addressEN || ''} ${props.row.subDistrict?.nameEN || ''} ${props.row.district?.nameEN || ''} ${props.row.province?.nameEN || ''}`
|
? `${props.row.addressEN || ''} ${props.row.subDistrict?.nameEN || ''} ${props.row.district?.nameEN || ''} ${props.row.province?.nameEN || ''}`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue