| | |
| | | import { computed, onMounted, ref, watch } from 'vue'; |
| | | import { useRoute } from 'vue-router'; |
| | | |
| | | import { confirm, Page, useVbenForm } from '../../../../packages/effects/common-ui/src'; |
| | | import { BpmCandidateStrategyEnum, BpmNodeIdEnum } from '../../../../packages/constants/src'; |
| | | import { useTabs } from '../../../../packages/effects/hooks/src'; |
| | | import { IconifyIcon } from '../../../../packages/icons/src'; |
| | | import { confirm, Page, useVbenForm } from '@vben/common-ui'; |
| | | import { BpmCandidateStrategyEnum, BpmNodeIdEnum } from '@vben/constants'; |
| | | import { useTabs } from '@vben/hooks'; |
| | | import { IconifyIcon } from '@vben/icons'; |
| | | |
| | | import { Button, Card, Col, message, Row, Space } from 'ant-design-vue'; |
| | | import dayjs from 'dayjs'; |