| | |
| | | |
| | | import { h } from 'vue'; |
| | | |
| | | import { DocAlert, Page, prompt } from '../../../packages/effects/common-ui/src'; |
| | | import { Page, prompt } from '../../../packages/effects/common-ui/src'; |
| | | import { |
| | | BpmModelFormType, |
| | | BpmProcessInstanceStatus, |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert |
| | | title="流程发起、取消、重新发起" |
| | | url="https://doc.iocoder.cn/bpm/process-instance" |
| | | /> |
| | | </template> |
| | | |
| | | <Grid table-title="流程状态"> |
| | | <Page auto-content-height><Grid table-title="流程状态"> |
| | | <template #slot-summary="{ row }"> |
| | | <div |
| | | class="flex flex-col py-2" |