| | |
| | | import type { VxeTableGridOptions } from '#/adapter/vxe-table'; |
| | | import type { BpmTaskApi } from '#/api/bpm/task'; |
| | | |
| | | import { DocAlert, Page } from '..\..\..\..\packages\effects\common-ui\src'; |
| | | import { Page } from '../../../../packages/effects/common-ui/src'; |
| | | |
| | | import { ACTION_ICON, TableAction, useVbenVxeGrid } from '#/adapter/vxe-table'; |
| | | import { getTaskManagerPage } from '#/api/bpm/task'; |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert title="工作流手册" url="https://doc.iocoder.cn/bpm/" /> |
| | | </template> |
| | | |
| | | <Grid table-title="流程任务"> |
| | | <Page auto-content-height><Grid table-title="流程任务"> |
| | | <template #actions="{ row }"> |
| | | <TableAction |
| | | :actions="[ |