| | |
| | | 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 { message } from 'ant-design-vue'; |
| | | |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert |
| | | title="审批通过、不通过、驳回" |
| | | url="https://doc.iocoder.cn/bpm/task-todo-done/" |
| | | /> |
| | | <DocAlert title="审批加签、减签" url="https://doc.iocoder.cn/bpm/sign/" /> |
| | | <DocAlert |
| | | title="审批转办、委派、抄送" |
| | | url="https://doc.iocoder.cn/bpm/task-delegation-and-cc/" |
| | | /> |
| | | <DocAlert title="审批加签、减签" url="https://doc.iocoder.cn/bpm/sign/" /> |
| | | </template> |
| | | |
| | | <Grid table-title="已办任务"> |
| | | <Page auto-content-height><Grid table-title="已办任务"> |
| | | <template #actions="{ row }"> |
| | | <TableAction |
| | | :actions="[ |