refactor: add btn visa
This commit is contained in:
parent
0b648d8e45
commit
89020a9832
1 changed files with 12 additions and 0 deletions
|
|
@ -2567,6 +2567,18 @@ const emptyCreateDialog = ref(false);
|
||||||
@click.stop="employeeFormStore.addPassport()"
|
@click.stop="employeeFormStore.addPassport()"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<template v-slot:btn-drawer-visa>
|
||||||
|
<q-btn
|
||||||
|
dense
|
||||||
|
flat
|
||||||
|
icon="mdi-plus"
|
||||||
|
size="sm"
|
||||||
|
rounded
|
||||||
|
style="color: var(--stone-9)"
|
||||||
|
@click.stop="employeeFormStore.addVisa()"
|
||||||
|
/>
|
||||||
|
</template>
|
||||||
</SideMenu>
|
</SideMenu>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue