diff --git a/src/components/03_customer-management/FormEmployeeWorkHistory.vue b/src/components/03_customer-management/FormEmployeeWorkHistory.vue
index a99d4258..20601620 100644
--- a/src/components/03_customer-management/FormEmployeeWorkHistory.vue
+++ b/src/components/03_customer-management/FormEmployeeWorkHistory.vue
@@ -50,7 +50,6 @@ function addData() {
const canAdd = true;
if (canAdd) {
employeeWork.value?.push({
- workEndDate: null,
workPermitExpireDate: null,
workPermitIssueDate: null,
workPermitNo: '',
@@ -115,7 +114,7 @@ const workplaceFilter = selectFilterOptionRefMod(
name="mdi-briefcase-outline"
style="background-color: var(--surface-3)"
/>
- {{ $t(`customerEmployee.formWorkHistory.title`) }}
+ {{ $t(`customerEmployee.form.group.workHistory`) }}
-
-
-
-
- {{ $t('general.noData') }}
-
-
-
-
+ :label="$t('customerEmployee.formWorkHistory.employerName')"
+ v-model="work.ownerName"
+ />
+
-
-
-
-
-
-
-
+
+
+
+ {{ $t('general.noData') }}
+
+
+
+
+
+
+
+
+
+
+
+
+