Added PDF Viewer
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user