fix: form dialog space & layout
This commit is contained in:
parent
6e3144374c
commit
ab1b7a0902
4 changed files with 11 additions and 10 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue