feat: basicInformation
This commit is contained in:
parent
75f1e8a069
commit
fa42280529
6 changed files with 65 additions and 3 deletions
|
|
@ -9,6 +9,7 @@ import AppBox from 'components/app/AppBox.vue';
|
|||
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';
|
||||
|
||||
const statusToggle = ref<boolean>(false);
|
||||
const profileSubmit = ref<boolean>(false);
|
||||
|
|
@ -192,7 +193,9 @@ function openDialogInputForm() {
|
|||
/>
|
||||
</template>
|
||||
|
||||
<template #information>asdasdsa</template>
|
||||
<template #information>
|
||||
<BasicInformation dense outlined separator />
|
||||
</template>
|
||||
</FormDialog>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue