refactor: project structure (1)
This commit is contained in:
parent
725edad3e1
commit
7ea8a618fa
12 changed files with 23 additions and 48 deletions
|
|
@ -18,7 +18,7 @@ import { columnsEmployee } from './constant';
|
|||
import { useCustomerBranchForm, useEmployeeForm } from './form';
|
||||
|
||||
import EmployerFormAuthorized from './components/employer/EmployerFormAuthorized.vue';
|
||||
import ButtonAddComponent from 'components/ButtonAddCompoent.vue';
|
||||
import FloatingActionButton from 'components/FloatingActionButton.vue';
|
||||
import SideMenu from 'components/SideMenu.vue';
|
||||
import { DialogFormContainer, DialogHeader } from 'components/dialog';
|
||||
import BranchCardCustomer from 'components/03_customer-management/BranchCardCustomer.vue';
|
||||
|
|
@ -220,7 +220,7 @@ watch([customerId, inputSearch, currentStatus], async () => {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<ButtonAddComponent
|
||||
<FloatingActionButton
|
||||
style="z-index: 999"
|
||||
v-if="$route.name !== 'CustomerManagement'"
|
||||
>
|
||||
|
|
@ -237,7 +237,7 @@ watch([customerId, inputSearch, currentStatus], async () => {
|
|||
external-label
|
||||
label-position="left"
|
||||
/>
|
||||
</ButtonAddComponent>
|
||||
</FloatingActionButton>
|
||||
<div
|
||||
class="row justify-between bordered-b surface-3 full-width q-px-md"
|
||||
style="z-index: 1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue