Added PDF Viewer

This commit is contained in:
2025-09-28 17:47:26 +02:00
parent 6d6f8b419a
commit 5f31d0a89c

View File

@@ -3028,12 +3028,17 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
> >
Show Show
</UButton>--> </UButton>-->
<object <PDFViewer
v-if="showDocument"
:uri="uri"
/>
<!-- <object
:data="uri" :data="uri"
v-if="showDocument" v-if="showDocument"
type="application/pdf" type="application/pdf"
class="w-full previewDocumentMobile" class="w-full previewDocumentMobile"
/> />-->
</div> </div>
</template> </template>