From c3f8ffaac5c450ebeced701940dd8741b66380c7 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:22:50 +0700 Subject: [PATCH] =?UTF-8?q?fix:=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=8A?= =?UTF-8?q?=E0=B8=B7=E0=B9=88=E0=B8=AD=20defineModel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/03_customer-management/AboutComponent.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/03_customer-management/AboutComponent.vue b/src/components/03_customer-management/AboutComponent.vue index 42eacf22..77499e9c 100644 --- a/src/components/03_customer-management/AboutComponent.vue +++ b/src/components/03_customer-management/AboutComponent.vue @@ -13,7 +13,7 @@ const legalEntityCode = defineModel('legalEntityCode'); const taxNo = defineModel('taxNo'); const customerName = defineModel('customerName'); const customerEnglishName = defineModel('customerEnglishName'); -const authorizedCapital = defineModel('registeredCapital'); +const authorizedCapital = defineModel('authorizedCapital'); const registerName = defineModel('registerName'); const registerDate = defineModel('registerDate'); @@ -75,6 +75,7 @@ const registerDate = defineModel('registerDate'); v-model="customerEnglishName" />