fix: form col
This commit is contained in:
parent
7ab9f69ef8
commit
06f84b5adf
2 changed files with 11 additions and 11 deletions
|
|
@ -118,7 +118,7 @@ watch(
|
||||||
<q-input
|
<q-input
|
||||||
v-if="!employee"
|
v-if="!employee"
|
||||||
outlined
|
outlined
|
||||||
class="col-5"
|
class="col-md-5 col-12"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
v-model="citizenId"
|
v-model="citizenId"
|
||||||
mask="#############"
|
mask="#############"
|
||||||
|
|
|
||||||
|
|
@ -303,7 +303,7 @@ watch(districtId, fetchSubDistrict);
|
||||||
<q-input
|
<q-input
|
||||||
outlined
|
outlined
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-6"
|
class="col-md-5 col-8"
|
||||||
v-model="address"
|
v-model="address"
|
||||||
:dense="dense"
|
:dense="dense"
|
||||||
:label="$t('form.addressNo')"
|
:label="$t('form.addressNo')"
|
||||||
|
|
@ -318,7 +318,7 @@ watch(districtId, fetchSubDistrict);
|
||||||
<q-input
|
<q-input
|
||||||
outlined
|
outlined
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-2"
|
class="col-md-1 col-4"
|
||||||
v-model="moo"
|
v-model="moo"
|
||||||
:dense="dense"
|
:dense="dense"
|
||||||
:label="$t('form.moo')"
|
:label="$t('form.moo')"
|
||||||
|
|
@ -328,7 +328,7 @@ watch(districtId, fetchSubDistrict);
|
||||||
<q-input
|
<q-input
|
||||||
outlined
|
outlined
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-2"
|
class="col-md-3 col-6"
|
||||||
v-model="soi"
|
v-model="soi"
|
||||||
:dense="dense"
|
:dense="dense"
|
||||||
:label="$t('form.soi')"
|
:label="$t('form.soi')"
|
||||||
|
|
@ -338,7 +338,7 @@ watch(districtId, fetchSubDistrict);
|
||||||
<q-input
|
<q-input
|
||||||
outlined
|
outlined
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-2"
|
class="col-md-3 col-6"
|
||||||
v-model="street"
|
v-model="street"
|
||||||
:dense="dense"
|
:dense="dense"
|
||||||
:label="$t('form.street')"
|
:label="$t('form.street')"
|
||||||
|
|
@ -482,7 +482,7 @@ watch(districtId, fetchSubDistrict);
|
||||||
:disable="!readonly && !sameWithEmployer"
|
:disable="!readonly && !sameWithEmployer"
|
||||||
readonly
|
readonly
|
||||||
:label="$t('form.zipCode')"
|
:label="$t('form.zipCode')"
|
||||||
class="col-md-2 col-6"
|
class="col-md-3 col-6"
|
||||||
:model-value="
|
:model-value="
|
||||||
addrOptions.subDistrictOps
|
addrOptions.subDistrictOps
|
||||||
?.filter((x) => x.id === subDistrictId)
|
?.filter((x) => x.id === subDistrictId)
|
||||||
|
|
@ -535,7 +535,7 @@ watch(districtId, fetchSubDistrict);
|
||||||
outlined
|
outlined
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
label="Address No."
|
label="Address No."
|
||||||
class="col-6"
|
class="col-md-5 col-8"
|
||||||
v-model="addressEN"
|
v-model="addressEN"
|
||||||
:rules="
|
:rules="
|
||||||
disabledRule
|
disabledRule
|
||||||
|
|
@ -546,7 +546,7 @@ watch(districtId, fetchSubDistrict);
|
||||||
<q-input
|
<q-input
|
||||||
outlined
|
outlined
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-2"
|
class="col-md-1 col-4"
|
||||||
v-model="mooEN"
|
v-model="mooEN"
|
||||||
:dense="dense"
|
:dense="dense"
|
||||||
label="Moo"
|
label="Moo"
|
||||||
|
|
@ -556,7 +556,7 @@ watch(districtId, fetchSubDistrict);
|
||||||
<q-input
|
<q-input
|
||||||
outlined
|
outlined
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-2"
|
class="col-md-3 col-6"
|
||||||
v-model="soiEN"
|
v-model="soiEN"
|
||||||
:dense="dense"
|
:dense="dense"
|
||||||
label="Soi"
|
label="Soi"
|
||||||
|
|
@ -566,7 +566,7 @@ watch(districtId, fetchSubDistrict);
|
||||||
<q-input
|
<q-input
|
||||||
outlined
|
outlined
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-2"
|
class="col-md-3 col-6"
|
||||||
v-model="streetEN"
|
v-model="streetEN"
|
||||||
:dense="dense"
|
:dense="dense"
|
||||||
label="Street"
|
label="Street"
|
||||||
|
|
@ -711,7 +711,7 @@ watch(districtId, fetchSubDistrict);
|
||||||
:disable="!readonly && !sameWithEmployer"
|
:disable="!readonly && !sameWithEmployer"
|
||||||
zip="zip-en"
|
zip="zip-en"
|
||||||
label="Zip Code"
|
label="Zip Code"
|
||||||
class="col-md-2 col-6"
|
class="col-md-3 col-6"
|
||||||
:model-value="
|
:model-value="
|
||||||
addrOptions.subDistrictOps
|
addrOptions.subDistrictOps
|
||||||
?.filter((x) => x.id === subDistrictId)
|
?.filter((x) => x.id === subDistrictId)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue