| | |
| | | import type { VxeTableGridOptions } from '#/adapter/vxe-table'; |
| | | import type { BpmProcessExpressionApi } from '#/api/bpm/processExpression'; |
| | | |
| | | import { DocAlert, Page, useVbenModal } from '../../../packages/effects/common-ui/src'; |
| | | import { Page, useVbenModal } from '@vben/common-ui'; |
| | | |
| | | import { message } from 'ant-design-vue'; |
| | | |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert |
| | | title="流程表达式" |
| | | url="https://doc.iocoder.cn/bpm/expression/" |
| | | /> |
| | | </template> |
| | | |
| | | <FormModal @success="handleRefresh" /> |
| | | <Page auto-content-height><FormModal @success="handleRefresh" /> |
| | | <Grid table-title="流程表达式"> |
| | | <template #toolbar-tools> |
| | | <TableAction |