refactor: project structure (1)
This commit is contained in:
parent
725edad3e1
commit
7ea8a618fa
12 changed files with 23 additions and 48 deletions
|
|
@ -41,7 +41,7 @@ import KebabAction from 'components/shared/KebabAction.vue';
|
|||
import TooltipComponent from 'components/TooltipComponent.vue';
|
||||
import StatCardComponent from 'components/StatCardComponent.vue';
|
||||
import ImageUploadDialog from 'components/ImageUploadDialog.vue';
|
||||
import ButtonAddComponent from 'components/ButtonAddCompoent.vue';
|
||||
import FloatingActionButton from 'components/FloatingActionButton.vue';
|
||||
import PaginationComponent from 'components/PaginationComponent.vue';
|
||||
import InfoForm from 'components/02_personnel-management/InfoForm.vue';
|
||||
import FormPerson from 'components/02_personnel-management/FormPerson.vue';
|
||||
|
|
@ -730,11 +730,11 @@ watch(
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<ButtonAddComponent
|
||||
<FloatingActionButton
|
||||
style="z-index: 999"
|
||||
hide-icon
|
||||
@click="openDialog('FORM')"
|
||||
></ButtonAddComponent>
|
||||
></FloatingActionButton>
|
||||
|
||||
<!-- stat -->
|
||||
<div class="column full-height no-wrap">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue