persistent
This commit is contained in:
parent
a96dcf2981
commit
10da55c9c1
40 changed files with 43 additions and 43 deletions
|
|
@ -68,7 +68,7 @@ const modalPerview = ref<boolean>(false); //แสดง Popup เอกสา
|
|||
</q-tab-panels>
|
||||
</q-card>
|
||||
|
||||
<q-dialog v-model="modalPerview" full-width fullHeight>
|
||||
<q-dialog v-model="modalPerview" full-width fullHeight persistent>
|
||||
<q-card>
|
||||
<q-card-section>
|
||||
<DialogHeader :close="() => (modalPerview = false)" />
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ const modalPerview = ref<boolean>(false);
|
|||
<div class="col-12"><ViewPDF class="col-12" /></div>
|
||||
</q-card>
|
||||
|
||||
<q-dialog v-model="modalPerview" full-width fullHeight>
|
||||
<q-dialog v-model="modalPerview" full-width fullHeight persistent>
|
||||
<q-card>
|
||||
<q-card-section>
|
||||
<DialogHeader :close="() => (modalPerview = false)" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue