zhang_li
11 months ago
1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
<template> |
|||
|
|||
<ContentWrap> |
|||
<IFrame :src="url" style="width: 100%;height:calc(100vh - 180px);"/> |
|||
<!-- <iframe :src="url" frameborder="0" style="width: 100%;height: 75vh;"></iframe> --> |
|||
</ContentWrap> |
|||
</template> |
|||
|
|||
<script setup lang="ts"> |
|||
const url = ref('http://localhost:12080/jmreport/view/881686740529258496') |
|||
</script> |
Loading…
Reference in new issue