diff --git a/src/components/TabComponent.vue b/src/components/TabComponent.vue index a5dfa3e7..e65128f5 100644 --- a/src/components/TabComponent.vue +++ b/src/components/TabComponent.vue @@ -13,24 +13,31 @@ const index = ref(0); function addData() { index.value++; customerBranch.value.push({ - status: 'CREATED', - legalPersonNo: '', - taxNo: '', - name: '', - nameEN: '', - addressEN: '', address: '', + addressEN: '', + provinceId: '', + districtId: '', + subDistrictId: '', zipCode: '', email: '', telephoneNo: '', - longitude: '', - latitude: '', + name: '', + status: 'CREATED', + taxNo: '', + nameEN: '', + legalPersonNo: '', registerName: '', registerDate: null, authorizedCapital: '', - subDistrictId: '', - districtId: '', - provinceId: '', + employmentOffice: '', + bussinessType: '', + bussinessTypeEN: '', + jobPosition: '', + jobPositionEN: '', + jobDescription: '', + saleEmployee: '', + payDate: '', + wageDate: '', }); tab.value = customerBranch.value.length - 1;