| | |
| | | <script lang="ts" setup> |
| | | import type { NumberDictDataType } from '..\..\..\..\packages\effects\hooks\src'; |
| | | import type { NumberDictDataType } from '../../../../packages/effects/hooks/src'; |
| | | |
| | | import type { IotDeviceApi } from '#/api/iot/device/device'; |
| | | |
| | | import { computed, nextTick, onMounted, onUnmounted, ref } from 'vue'; |
| | | import { useRouter } from 'vue-router'; |
| | | |
| | | import { DeviceStateEnum, DICT_TYPE } from '..\..\..\..\packages\constants\src'; |
| | | import { getDictLabel, getDictOptions } from '..\..\..\..\packages\effects\hooks\src'; |
| | | import { DeviceStateEnum, DICT_TYPE } from '../../../../packages/constants/src'; |
| | | import { getDictLabel, getDictOptions } from '../../../../packages/effects/hooks/src'; |
| | | |
| | | import { Card, Empty, Spin } from 'ant-design-vue'; |
| | | |