feat(02): citizen id, issue, expire

This commit is contained in:
puriphatt 2024-09-12 15:41:54 +07:00
parent 6a6bf68cd9
commit aece743ccf
6 changed files with 387 additions and 264 deletions

View file

@ -498,7 +498,7 @@ watch(districtId, fetchSubDistrict);
:label="$t('form.fullAddress')"
readonly
:disable="!readonly && !sameWithEmployer"
:for="`${prefixId}-${indexId !== undefined ? `input-street-${indexId}` : 'input-street'}`"
:for="`${prefixId}-${indexId !== undefined ? `input-full-address-${indexId}` : 'input-full-address'}`"
/>
</div>
@ -727,7 +727,7 @@ watch(districtId, fetchSubDistrict);
label="Full Address"
readonly
:disable="!readonly && !sameWithEmployer"
:for="`${prefixId}-${indexId !== undefined ? `input-street-${indexId}` : 'input-street'}`"
:for="`${prefixId}-${indexId !== undefined ? `input-full-address-en-${indexId}` : 'input-full-address-en'}`"
/>
</div>
</div>