| | |
| | | <script setup lang="ts"> |
| | | import { computed, provide, ref, watch } from 'vue'; |
| | | |
| | | import { useVbenModal } from '..\..\..\..\..\packages\effects\common-ui\src'; |
| | | import { useVbenModal } from '../../../../../packages/effects/common-ui/src'; |
| | | import { |
| | | BpmAutoApproveType, |
| | | BpmModelFormType, |
| | | ProcessVariableEnum, |
| | | } from '..\..\..\..\..\packages\constants\src'; |
| | | import { IconifyIcon } from '..\..\..\..\..\packages\icons\src'; |
| | | } from '../../../../../packages/constants/src'; |
| | | import { IconifyIcon } from '../../../../../packages/icons/src'; |
| | | |
| | | import { |
| | | Button, |