refactor: employee address same with employer
This commit is contained in:
parent
cf97ffd8de
commit
98e44c7935
1 changed files with 2 additions and 2 deletions
|
|
@ -380,7 +380,7 @@ watch(districtId, fetchSubDistrict);
|
|||
:for="`${prefixId}-${indexId !== undefined ? `input-zip-code-${indexId}` : 'input-zip-code'}`"
|
||||
:dense="dense"
|
||||
outlined
|
||||
:disable="!readonly"
|
||||
:disable="!readonly && !sameWithEmployer"
|
||||
readonly
|
||||
:label="$t('form.zipCode')"
|
||||
class="col-md-2 col-6"
|
||||
|
|
@ -574,7 +574,7 @@ watch(districtId, fetchSubDistrict);
|
|||
:dense="dense"
|
||||
outlined
|
||||
readonly
|
||||
:disable="!readonly"
|
||||
:disable="!readonly && !sameWithEmployer"
|
||||
zip="zip-en"
|
||||
:label="$t('form.zipCode')"
|
||||
class="col-md-2 col-6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue