| | |
| | | <script lang="ts" setup> |
| | | import { ref } from 'vue'; |
| | | |
| | | import { DocAlert, IFrame, Page } from '../../../packages/effects/common-ui/src'; |
| | | import { IFrame, Page } from '../../../packages/effects/common-ui/src'; |
| | | import { useAccessStore } from '../../../packages/stores/src'; |
| | | |
| | | defineOptions({ name: 'JimuReport' }); |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert title="报表设计器" url="https://doc.iocoder.cn/report/" /> |
| | | </template> |
| | | |
| | | <IFrame :src="src" /> |
| | | <Page auto-content-height><IFrame :src="src" /> |
| | | </Page> |
| | | </template> |