เพิ่ม href => PDF
This commit is contained in:
parent
dbcf1f0106
commit
955e651dae
2 changed files with 8 additions and 2 deletions
|
|
@ -135,7 +135,7 @@
|
|||
{{ props.row.fileName }}
|
||||
</q-td>
|
||||
<q-td key="btnMicrosoft" :props="props">
|
||||
<q-btn flat dense round color="red" icon="picture_as_pdf">
|
||||
<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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue