| | |
| | | |
| | | import { nextTick, onMounted, ref, shallowRef, watch } from 'vue'; |
| | | |
| | | import { Page, useVbenModal } from '../../../../packages/effects/common-ui/src'; |
| | | import { Page, useVbenModal } from '@vben/common-ui'; |
| | | import { |
| | | BpmFieldPermissionType, |
| | | BpmModelFormType, |
| | | BpmModelType, |
| | | BpmProcessInstanceStatus, |
| | | DICT_TYPE, |
| | | } from '../../../../packages/constants/src'; |
| | | } from '@vben/constants'; |
| | | import { |
| | | IconifyIcon, |
| | | SvgBpmApproveIcon, |
| | | SvgBpmCancelIcon, |
| | | SvgBpmRejectIcon, |
| | | SvgBpmRunningIcon, |
| | | } from '../../../../packages/icons/src'; |
| | | import { formatDateTime } from '../../../../packages/utils/src'; |
| | | } from '@vben/icons'; |
| | | import { formatDateTime } from '@vben/utils'; |
| | | |
| | | import { Avatar, Card, Col, message, Row, TabPane, Tabs } from 'ant-design-vue'; |
| | | |