feat: add employee under employer (#35)
* refactor: btn add in table * refactor: Emits addEmployee * fix: visa can is null * refactor: update data * fix: number not update --------- Co-authored-by: Thanaphon Frappet <thanaphon@frappet.com>
This commit is contained in:
parent
a9c9467643
commit
05c1c07384
5 changed files with 61 additions and 20 deletions
|
|
@ -45,7 +45,7 @@ const useEmployeeStore = defineStore('api-employee', () => {
|
|||
gender?: string;
|
||||
status?: Status;
|
||||
passport?: boolean;
|
||||
visa: boolean;
|
||||
visa?: boolean;
|
||||
zipCode?: string;
|
||||
customerId?: string;
|
||||
}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue