fix: แก้ โค้ค ซ้ำ
This commit is contained in:
parent
d1bb3d9456
commit
f46b7868fa
1 changed files with 13 additions and 1 deletions
|
|
@ -1,9 +1,21 @@
|
|||
<script lang="ts" setup>
|
||||
import { ref } from 'vue';
|
||||
import QuatationForm from './QuatationForm.vue';
|
||||
|
||||
import FormDialog from 'src/components/FormDialog.vue';
|
||||
import HistoryEditComponent from 'src/components/03_customer-management/HistoryEditComponent.vue';
|
||||
|
||||
const test = ref(true);
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<QuatationForm />
|
||||
<FormDialog no-footer no-address title="ประวัติการแก้ไข" v-model:modal="test">
|
||||
<template #person>
|
||||
<HistoryEditComponent />
|
||||
</template>
|
||||
</FormDialog>
|
||||
|
||||
<!-- <QuatationForm /> -->
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue