diff --git a/src/components/03_customer-management/BasicInformation.vue b/src/components/03_customer-management/BasicInformation.vue index 6636fe1f..5588606c 100644 --- a/src/components/03_customer-management/BasicInformation.vue +++ b/src/components/03_customer-management/BasicInformation.vue @@ -2,7 +2,7 @@ import { CustomerBranch } from 'src/stores/customer/types'; import { onMounted, ref } from 'vue'; -const ownerName = defineModel('ownerName'); +const personName = defineModel('personName'); const customerName = defineModel('customerName'); const customerNameEn = defineModel('customerNameEn'); const taxNo = defineModel('taxNo'); @@ -56,7 +56,7 @@ onMounted(async () => {}); hide-bottom-space class="col-6" :label="$t('formDialogCustomerName')" - v-model="ownerName" + v-model="personName" /> {}); hide-bottom-space class="col-6" :label="$t('companyOwnerName')" - v-model="ownerName" + v-model="personName" />