feat: basicInformation

This commit is contained in:
oat_dev 2024-04-22 17:00:30 +07:00
parent 75f1e8a069
commit fa42280529
6 changed files with 65 additions and 3 deletions

View file

@ -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>