refactor: employee mid name and prefix

This commit is contained in:
puriphatt 2024-08-27 15:03:56 +07:00
parent c3c98c1980
commit cf97ffd8de
4 changed files with 40 additions and 14 deletions

View file

@ -497,10 +497,13 @@ export const useEmployeeForm = defineStore('form-employee', () => {
nationality: '',
status: 'CREATED',
namePrefix: '',
firstName: '',
firstNameEN: '',
lastName: '',
lastNameEN: '',
middleName: '',
middleNameEN: '',
addressEN: '',
address: '',