fix: form dialog space & layout

This commit is contained in:
puriphatt 2024-06-25 10:38:37 +00:00
parent 6e3144374c
commit ab1b7a0902
4 changed files with 11 additions and 10 deletions

View file

@ -1930,6 +1930,7 @@ watch(selectorLabel, async () => {
outlined
employee
separator
:title="$t('personalInfo')"
v-model:firstName="formDataEmployee.firstName"
v-model:lastName="formDataEmployee.lastName"
v-model:firstNameEN="formDataEmployee.firstNameEN"
@ -2762,6 +2763,7 @@ watch(selectorLabel, async () => {
outlined
employee
separator
:title="$t('personalInfo')"
:readonly="!infoDrawerEmployeeEdit"
v-model:firstName="formDataEmployee.firstName"
v-model:lastName="formDataEmployee.lastName"