diff --git a/src/components/03_customer-management/FormEmployeeVisa.vue b/src/components/03_customer-management/FormEmployeeVisa.vue index bba22dad..572d66a1 100644 --- a/src/components/03_customer-management/FormEmployeeVisa.vue +++ b/src/components/03_customer-management/FormEmployeeVisa.vue @@ -32,11 +32,11 @@ const entryCount = defineModel('entryCount'); const issuePlace = defineModel('issuePlace'); const issueCountry = defineModel('issueCountry'); const issueDate = defineModel('visaIssueDate'); -const type = defineModel('visaType'); +const type = defineModel('type'); const expireDate = defineModel('expireDate'); const remark = defineModel('remark'); const workerType = defineModel('workerType'); -const number = defineModel('visaNumber'); +const number = defineModel('number'); const calculatedVisaDate = computed(() => { if (!issueDate.value) return undefined;