diff --git a/src/components/form/AddressForm.vue b/src/components/form/AddressForm.vue index b3a60e37..e209cc14 100644 --- a/src/components/form/AddressForm.vue +++ b/src/components/form/AddressForm.vue @@ -22,6 +22,8 @@ defineProps<{ indexId?: number; prefixId: string; hideTitle?: boolean; + hideInputEn?: boolean; + hideIcon?: boolean; useEmployment?: boolean; useWorkPlace?: boolean; @@ -323,10 +325,13 @@ watch(districtId, fetchSubDistrict); :for="`${prefixId}-${indexId !== undefined ? `input-address-${indexId}` : 'input-address'}`" /> -
- - {{ addressTitle || $t('form.address') }} -
+ +
- -
- - {{ addressTitleEN || $t('form.address', { suffix: '(EN)' }) }} -
-
+ +