ยืม-คืนเครื่องราช

This commit is contained in:
Warunee Tamkoo 2023-08-27 02:53:22 +07:00
parent 8bae20aa2f
commit 6e482172f2
8 changed files with 323 additions and 568 deletions

View file

@ -138,9 +138,6 @@
<q-btn type="a" target="_blank" :href="props.row.pathName" flat dense round color="red" icon="picture_as_pdf">
<q-tooltip>ไฟล PDF</q-tooltip>
</q-btn>
<q-btn flat dense round color="blue" icon="mdi-file-word">
<q-tooltip>ไฟล WORD</q-tooltip>
</q-btn>
</q-td>
</q-tr>
</template>
@ -173,9 +170,9 @@
<q-btn flat dense round color="red" icon="picture_as_pdf">
<q-tooltip>ดาวนโหลด</q-tooltip>
</q-btn>
<!-- <q-btn flat dense round color="blue" icon="mdi-file-word">
<q-btn flat dense round color="blue" icon="mdi-file-word">
<q-tooltip>ไฟล WORD</q-tooltip>
</q-btn> -->
</q-btn>
</q-td>
</q-tr>
</template>