refactor: project structure (1)

This commit is contained in:
Methapon Metanipat 2024-10-30 09:34:46 +07:00
parent 725edad3e1
commit 7ea8a618fa
12 changed files with 23 additions and 48 deletions

View file

@ -18,7 +18,7 @@ import { CustomerBranchCreate } from 'stores/customer/types';
import QuotationCard from 'src/components/05_quotation/QuotationCard.vue';
import PaginationComponent from 'src/components/PaginationComponent.vue';
import StatCardComponent from 'src/components/StatCardComponent.vue';
import ButtonAddComponent from 'components/ButtonAddCompoent.vue';
import FloatingActionButton from 'components/FloatingActionButton.vue';
import FormAbout from 'src/components/05_quotation/FormAbout.vue';
import CreateButton from 'src/components/AddButton.vue';
import ItemCard from 'src/components/ItemCard.vue';
@ -311,7 +311,7 @@ async function storeDataLocal(id: string) {
</script>
<template>
<ButtonAddComponent
<FloatingActionButton
hide-icon
style="z-index: 999"
@click.stop="triggerAddQuotationDialog"