| | |
| | | import { onMounted } from 'vue'; |
| | | import { useRoute, useRouter } from 'vue-router'; |
| | | |
| | | import { confirm, Page } from '..\..\..\..\packages\effects\common-ui\src'; |
| | | import { DICT_TYPE } from '..\..\..\..\packages\constants\src'; |
| | | import { getDictLabel } from '..\..\..\..\packages\effects\hooks\src'; |
| | | import { confirm, Page } from '../../../../packages/effects/common-ui/src'; |
| | | import { DICT_TYPE } from '../../../../packages/constants/src'; |
| | | import { getDictLabel } from '../../../../packages/effects/hooks/src'; |
| | | |
| | | import { message } from 'ant-design-vue'; |
| | | |