fix: wrong id
This commit is contained in:
parent
0bd8925ba7
commit
82c85cfd90
1 changed files with 2 additions and 2 deletions
|
|
@ -201,7 +201,7 @@ watch(
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-6 col-md-3"
|
class="col-6 col-md-3"
|
||||||
:label="$t('general.taxNo')"
|
:label="$t('general.taxNo')"
|
||||||
for="input-first-name-en"
|
for="input-tax"
|
||||||
v-model="legalPersonNo"
|
v-model="legalPersonNo"
|
||||||
/>
|
/>
|
||||||
<q-input
|
<q-input
|
||||||
|
|
@ -211,7 +211,7 @@ watch(
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-6 col-md-3"
|
class="col-6 col-md-3"
|
||||||
:label="$t('customer.table.businessTypePure')"
|
:label="$t('customer.table.businessTypePure')"
|
||||||
for="input-first-name-en"
|
for="input-business-type"
|
||||||
:model-value="optionStore.mapOption(businessType)"
|
:model-value="optionStore.mapOption(businessType)"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue