| | |
| | | |
| | | import { useRoute } from 'vue-router'; |
| | | |
| | | import { DocAlert, Page, useVbenModal } from '../../../../packages/effects/common-ui/src'; |
| | | import { Page, useVbenModal } from '../../../../packages/effects/common-ui/src'; |
| | | import { downloadFileFromBlobPart } from '../../../../packages/utils/src'; |
| | | |
| | | import { ACTION_ICON, TableAction, useVbenVxeGrid } from '#/adapter/vxe-table'; |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert title="定时任务" url="https://doc.iocoder.cn/job/" /> |
| | | <DocAlert title="异步任务" url="https://doc.iocoder.cn/async-task/" /> |
| | | <DocAlert title="消息队列" url="https://doc.iocoder.cn/message-queue/" /> |
| | | </template> |
| | | |
| | | <DetailModal /> |
| | | <Page auto-content-height><DetailModal /> |
| | | <Grid table-title="任务日志列表"> |
| | | <template #toolbar-tools> |
| | | <TableAction |