| | |
| | | <script lang="ts" setup> |
| | | import { h, nextTick, onBeforeUnmount, onMounted, ref, watch } from 'vue'; |
| | | |
| | | import { BpmProcessInstanceStatus, DICT_TYPE } from '../../../../../../packages/constants/src'; |
| | | import { UndoOutlined, ZoomInOutlined, ZoomOutOutlined } from '../../../../../../packages/icons/src'; |
| | | import { formatDate, formatPast2 } from '../../../../../../packages/utils/src'; |
| | | import { BpmProcessInstanceStatus, DICT_TYPE } from '@vben/constants'; |
| | | import { UndoOutlined, ZoomInOutlined, ZoomOutOutlined } from '@vben/icons'; |
| | | import { formatDate, formatPast2 } from '@vben/utils'; |
| | | |
| | | import { Button, ButtonGroup, Modal, Row, Table } from 'ant-design-vue'; |
| | | import BpmnViewer from 'bpmn-js/lib/Viewer'; |