refactor: edit name id
This commit is contained in:
parent
25f21cd158
commit
0767f983a5
1 changed files with 5 additions and 5 deletions
|
|
@ -241,7 +241,7 @@ watch(
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-6 col-md-3"
|
class="col-6 col-md-3"
|
||||||
:label="$t('customer.form.headQuarters.telephoneNo')"
|
:label="$t('customer.form.headQuarters.telephoneNo')"
|
||||||
for="input-first-name-en"
|
for="input-telephone-no"
|
||||||
:model-value="readonly ? telephoneNo || '-' : telephoneNo"
|
:model-value="readonly ? telephoneNo || '-' : telephoneNo"
|
||||||
@update:model-value="
|
@update:model-value="
|
||||||
(v) => (typeof v === 'string' ? (telephoneNo = v) : '')
|
(v) => (typeof v === 'string' ? (telephoneNo = v) : '')
|
||||||
|
|
@ -281,7 +281,7 @@ watch(
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-12 col-md-7"
|
class="col-12 col-md-7"
|
||||||
:label="$t('customer.form.cardNumber')"
|
:label="$t('customer.form.cardNumber')"
|
||||||
for="input-legal-person-no"
|
for="input-card-number"
|
||||||
v-model="citizenId"
|
v-model="citizenId"
|
||||||
mask="#############"
|
mask="#############"
|
||||||
:rules="[
|
:rules="[
|
||||||
|
|
@ -356,7 +356,7 @@ watch(
|
||||||
|
|
||||||
<div class="col-9 row q-col-gutter-sm">
|
<div class="col-9 row q-col-gutter-sm">
|
||||||
<q-input
|
<q-input
|
||||||
:for="`${prefixId}-input-first-name`"
|
:for="`${prefixId}-input-prefix-name`"
|
||||||
dense
|
dense
|
||||||
outlined
|
outlined
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
|
|
@ -376,7 +376,7 @@ watch(
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<q-input
|
<q-input
|
||||||
:for="`${prefixId}-input-first-name`"
|
:for="`${prefixId}-input-first-name-en`"
|
||||||
dense
|
dense
|
||||||
outlined
|
outlined
|
||||||
:readonly="readonly"
|
:readonly="readonly"
|
||||||
|
|
@ -391,7 +391,7 @@ watch(
|
||||||
]"
|
]"
|
||||||
/>
|
/>
|
||||||
<q-input
|
<q-input
|
||||||
:for="`${prefixId}-input-last-name`"
|
:for="`${prefixId}-input-last-name-en`"
|
||||||
dense
|
dense
|
||||||
outlined
|
outlined
|
||||||
:readonly="readonly"
|
:readonly="readonly"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue