refactor: Edit to align to the left

This commit is contained in:
Net 2024-08-30 09:10:36 +07:00
parent 0d26f1ef44
commit 400f36719e

View file

@ -438,10 +438,7 @@ watch([customerId, inputSearch, currentStatus], async () => {
>
{{ props.row.branchNo || '-' }}
</q-td>
<q-td
v-if="branchFieldSelected.includes('address')"
class="text-center"
>
<q-td v-if="branchFieldSelected.includes('address')">
{{
$i18n.locale === 'eng'
? `${props.row.addressEN || ''} ${props.row.subDistrict?.nameEN || ''} ${props.row.district?.nameEN || ''} ${props.row.province?.nameEN || ''}`