【新增】report:相关文档的链接
parent
71156e8380
commit
cd96435c25
|
@ -1,6 +1,7 @@
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { ref } from 'vue'
|
import { ref } from 'vue'
|
||||||
import { IFrame } from '@/components/IFrame'
|
import { IFrame } from '@/components/IFrame'
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
|
||||||
defineOptions({ name: 'ReportGoview' })
|
defineOptions({ name: 'ReportGoview' })
|
||||||
|
|
||||||
|
@ -9,6 +10,8 @@ const src = ref('http://127.0.0.1:3000')
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
|
<DocAlert title="大屏设计器" url="https://doc.iocoder.cn/report/screen/" />
|
||||||
|
|
||||||
<IFrame :src="src" />
|
<IFrame :src="src" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
import { ref } from 'vue'
|
import { ref } from 'vue'
|
||||||
import { IFrame } from '@/components/IFrame'
|
import { IFrame } from '@/components/IFrame'
|
||||||
import { getAccessToken } from '@/utils/auth'
|
import { getAccessToken } from '@/utils/auth'
|
||||||
|
import { DocAlert } from '@/components/DocAlert'
|
||||||
|
|
||||||
defineOptions({ name: 'ReportJmreport' })
|
defineOptions({ name: 'ReportJmreport' })
|
||||||
|
|
||||||
|
@ -10,6 +11,8 @@ const src = ref(`${import.meta.env.VITE_GLOB_BASE_URL}/jmreport/list?token=${get
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
|
<DocAlert title="报表设计器" url="https://doc.iocoder.cn/report/" />
|
||||||
|
|
||||||
<IFrame :src="src" />
|
<IFrame :src="src" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue