From b4ee83272bb69a46e746b47b53ef49c72b32b7b0 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:59:12 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=81=E0=B8=81=E0=B9=89=20=E0=B8=8A?= =?UTF-8?q?=E0=B8=B7=E0=B9=88=E0=B8=AD=20=20input?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/03_customer-management/BasicInformation.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" />