feat: add custmer branch section
This commit is contained in:
parent
84957f99e4
commit
1134ca5210
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ const telephone = defineModel<string>('telephone');
|
||||||
:readonly="readonly"
|
:readonly="readonly"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-md-6 col-12"
|
class="col-md-6 col-12"
|
||||||
:label="$t('formDialogInputEmail')"
|
:label="$t('customerBranch.form.mail')"
|
||||||
v-model="mail"
|
v-model="mail"
|
||||||
/>
|
/>
|
||||||
<q-input
|
<q-input
|
||||||
|
|
@ -39,7 +39,7 @@ const telephone = defineModel<string>('telephone');
|
||||||
:readonly="readonly"
|
:readonly="readonly"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-md-6 col-12"
|
class="col-md-6 col-12"
|
||||||
:label="$t('formDialogInputTelephone')"
|
:label="$t('customerBranch.form.telephone')"
|
||||||
v-model="telephone"
|
v-model="telephone"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue