| | |
| | | <script lang="ts" setup> |
| | | import { ref } from 'vue'; |
| | | |
| | | import { DocAlert, IFrame, Page } from '..\..\..\packages\effects\common-ui\src'; |
| | | import { useAccessStore } from '..\..\..\packages\stores\src'; |
| | | import { IFrame, Page } from '@vben/common-ui'; |
| | | import { useAccessStore } from '@vben/stores'; |
| | | |
| | | defineOptions({ name: 'JimuReport' }); |
| | | const accessStore = useAccessStore(); |
| | |
| | | </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> |