update 基本完成报表“
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user