refactor: add props showBtnSave of Employee
This commit is contained in:
parent
c2e869a74c
commit
b49956c708
5 changed files with 114 additions and 35 deletions
|
|
@ -3394,6 +3394,7 @@ watch(isMainPage, () => {
|
|||
formDataEmployeeTab === 'healthCheck' &&
|
||||
formDataEmployee.employeeCheckup
|
||||
"
|
||||
show-btn-save
|
||||
dense
|
||||
outlined
|
||||
v-model:employee-checkup="formDataEmployee.employeeCheckup"
|
||||
|
|
@ -3412,6 +3413,7 @@ watch(isMainPage, () => {
|
|||
v-model:position-name-option="optionStore.globalOption.position"
|
||||
v-model:job-type-option="optionStore.globalOption.businessType"
|
||||
v-model:workplace-option="optionStore.globalOption.area"
|
||||
show-btn-save
|
||||
/>
|
||||
<FormEmployeeOther
|
||||
prefix-id="form-dialog"
|
||||
|
|
@ -3421,6 +3423,7 @@ watch(isMainPage, () => {
|
|||
dense
|
||||
outlined
|
||||
v-model:employee-other="formDataEmployee.employeeOtherInfo"
|
||||
show-btn-save
|
||||
/>
|
||||
</template>
|
||||
<template #by-type>
|
||||
|
|
@ -3460,6 +3463,7 @@ watch(isMainPage, () => {
|
|||
v-model:tm6-number="formDataEmployee.tm6Number"
|
||||
v-model:entry-date="formDataEmployee.entryDate"
|
||||
v-model:visa-type-option="optionStore.globalOption.nationality"
|
||||
show-btn-save
|
||||
/>
|
||||
</template>
|
||||
</FormDialog>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue