refactor: move component to share component
This commit is contained in:
parent
06fa3ab9ac
commit
d9b48c0e1f
3 changed files with 4 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ import { Icon } from '@iconify/vue';
|
|||
import useBranchStore from 'stores/branch';
|
||||
import useBranchContactStore from 'stores/branch-contact';
|
||||
import AppBox from 'components/app/AppBox.vue';
|
||||
import BtnAddComponent from 'components/01_branch-management/BtnAddComponent.vue';
|
||||
import AddButton from 'components/AddButton.vue';
|
||||
import TooltipComponent from 'components/TooltipComponent.vue';
|
||||
import StatCardComponent from 'components/StatCardComponent.vue';
|
||||
import CardDetailsComponent from 'src/components/01_branch-management/CardDetailsComponent.vue';
|
||||
|
|
@ -452,7 +452,7 @@ onMounted(async () => {
|
|||
/>
|
||||
</div>
|
||||
<div class="col self-center" style="display: flex; align-items: center">
|
||||
<BtnAddComponent
|
||||
<AddButton
|
||||
:label="'สร้างสำนักงานใหญ่'"
|
||||
@trigger="() => openDialog()"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue