feat: tab branch
This commit is contained in:
parent
7bf6001be8
commit
367d2518cf
2 changed files with 62 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ import ItemCard from 'src/components/ItemCard.vue';
|
|||
import FormDialog from 'src/components/FormDialog.vue';
|
||||
import ProfileUpload from 'src/components/ProfileUpload.vue';
|
||||
import BasicInformation from 'src/components/03_customer-management/BasicInformation.vue';
|
||||
import TabComponent from 'src/components/TabComponent.vue';
|
||||
|
||||
const statusToggle = ref<boolean>(false);
|
||||
const profileSubmit = ref<boolean>(false);
|
||||
|
|
@ -196,6 +197,10 @@ function openDialogInputForm() {
|
|||
<template #information>
|
||||
<BasicInformation dense outlined separator />
|
||||
</template>
|
||||
|
||||
<template #address>
|
||||
<FormCustomerBranch separator dense outlined />
|
||||
</template>
|
||||
</FormDialog>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue