refactor: employee mid name and prefix
This commit is contained in:
parent
c3c98c1980
commit
cf97ffd8de
4 changed files with 40 additions and 14 deletions
|
|
@ -497,10 +497,13 @@ export const useEmployeeForm = defineStore('form-employee', () => {
|
|||
nationality: '',
|
||||
status: 'CREATED',
|
||||
|
||||
namePrefix: '',
|
||||
firstName: '',
|
||||
firstNameEN: '',
|
||||
lastName: '',
|
||||
lastNameEN: '',
|
||||
middleName: '',
|
||||
middleNameEN: '',
|
||||
|
||||
addressEN: '',
|
||||
address: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue