This commit is contained in:
Inshal 2024-06-04 04:05:08 +05:00
parent 8f6aaf2324
commit 803d5f0b1a

View File

@ -77,7 +77,7 @@ const downloadFile = (fileUrl) => {
<span class="pb-0">{{ p_note.note }}</span> <span class="pb-0">{{ p_note.note }}</span>
<span v-if="p_note.file_url" style="font-size: 12px;float: right;"> <span v-if="p_note.file_url" style="font-size: 12px;float: right;">
<a type="button" @click="downloadFile(p_note.file_url)"> <a type="button" @click="downloadFile(p_note.file_url)">
<VIcon>mdi-file-image</VIcon> <VIcon>ri-file-download-line</VIcon>
</a> </a>
</span> </span>
<p class="text-start fs-5 mb-0 pb-0 text-grey"> <p class="text-start fs-5 mb-0 pb-0 text-grey">