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" />