diff --git a/src/components/03_customer-management/AboutComponent.vue b/src/components/03_customer-management/AboutComponent.vue index c7997277..e79d68f5 100644 --- a/src/components/03_customer-management/AboutComponent.vue +++ b/src/components/03_customer-management/AboutComponent.vue @@ -56,10 +56,11 @@ const employerBranchCode = defineModel('employerBranchCode'); :readonly="true" :borderless="readonly" hide-bottom-space - class="col-4" + class="col-3" :label="$t('legalEntityCode')" v-model="legalEntityCode" /> + ('employerBranchCode'); :readonly="readonly" :borderless="readonly" hide-bottom-space - class="col-5" - :label="$t('taxNo')" - v-model="taxNo" + class="col-3" + :label="$t('customerEnglishName')" + v-model="customerEnglishName" + /> + ('employerBranchCode'); :borderless="readonly" hide-bottom-space class="col-6" - :label="$t('customerEnglishName')" - v-model="customerEnglishName" + :label="$t('registerName')" + v-model="registerName" + /> + ('employerBranchCode'); - -