diff --git a/src/components/03_customer-management/AboutComponent.vue b/src/components/03_customer-management/AboutComponent.vue index eacccf6a..e257f4aa 100644 --- a/src/components/03_customer-management/AboutComponent.vue +++ b/src/components/03_customer-management/AboutComponent.vue @@ -19,14 +19,14 @@ const customerName = defineModel('customerName'); const customerEnglishName = defineModel('customerEnglishName'); const authorizedCapital = defineModel('authorizedCapital'); const registerName = defineModel('registerName'); -const registerDate = defineModel('registerDate'); +const registerDate = defineModel('registerDate'); const branchNo = defineModel('branchNo');