Browse Source

报表

master
zhang_li 11 months ago
parent
commit
dd66f4d4f3
  1. 11
      src/views/wms/reportList/index.vue

11
src/views/wms/reportList/index.vue

@ -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…
Cancel
Save