update 基本完成报表“

This commit is contained in:
2022-08-22 11:26:57 +08:00
parent a30e2e1ae2
commit 0b4433dd80
3 changed files with 47 additions and 7 deletions

View File

@@ -7,14 +7,16 @@
-->
<template>
<div v-loading="loading" :class="$style.container">
<h1 >{{ $route.query.name }}</h1>
<small-title :size="'md'" style="margin-bottom: 10px">报表名称{{ $route.query.name }}</small-title>
<iframe id="reportView" :class="$style.mainIframe" name="mainIframe" :src="url" frameborder="0" scrolling="auto" />
</div>
</template>
<script>
import SmallTitle from '@/components/small-title'
export default {
components: {},
components: { SmallTitle },
props: {},
data() {
return {