refactor: handle input require name en
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 9s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 9s
This commit is contained in:
parent
25b62de139
commit
2511690d54
2 changed files with 32 additions and 12 deletions
|
|
@ -2918,6 +2918,7 @@ const emptyCreateDialog = ref(false);
|
|||
class="q-mb-xl"
|
||||
/>
|
||||
<AddressForm
|
||||
disabledRule
|
||||
id="form-personal-address"
|
||||
prefix-id="form-employee"
|
||||
:readonly="!employeeFormState.isEmployeeEdit"
|
||||
|
|
@ -4871,6 +4872,7 @@ const emptyCreateDialog = ref(false);
|
|||
<AddressForm
|
||||
id="drawer-form-personal-address"
|
||||
employee
|
||||
disabledRule
|
||||
v-model:address="currentFromDataEmployee.address"
|
||||
v-model:address-en="currentFromDataEmployee.addressEN"
|
||||
v-model:moo="currentFromDataEmployee.moo"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue