no message
This commit is contained in:
parent
02cc675c52
commit
115b41c922
1 changed files with 5 additions and 5 deletions
|
|
@ -79,10 +79,6 @@ function onClose() {
|
||||||
watch(modal, () => {
|
watch(modal, () => {
|
||||||
modal.value && fetchPDF();
|
modal.value && fetchPDF();
|
||||||
});
|
});
|
||||||
|
|
||||||
// onMounted(() => {
|
|
||||||
// setTimeout(() => {}, 1000);
|
|
||||||
// });
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|
@ -91,7 +87,11 @@ watch(modal, () => {
|
||||||
<DialogHeader :tittle="'ตัวอย่างคำสั่ง'" :close="onClose" />
|
<DialogHeader :tittle="'ตัวอย่างคำสั่ง'" :close="onClose" />
|
||||||
<q-separator />
|
<q-separator />
|
||||||
|
|
||||||
<q-card-section bordered class="scroll q-ma-md q-pa-md" style="height: 90%;">
|
<q-card-section
|
||||||
|
bordered
|
||||||
|
class="scroll q-ma-md q-pa-md"
|
||||||
|
style="height: 90%"
|
||||||
|
>
|
||||||
<div class="justify-between items-center align-center q-pb-sm row">
|
<div class="justify-between items-center align-center q-pb-sm row">
|
||||||
<q-btn
|
<q-btn
|
||||||
class="text-dark bg-grey-4"
|
class="text-dark bg-grey-4"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue