| | |
| | | import type { VxeTableGridOptions } from '#/adapter/vxe-table'; |
| | | import type { DescriptionItemSchema } from '#/components/description'; |
| | | |
| | | import { DICT_TYPE, IoTOtaTaskDeviceScopeEnum } from '..\..\..\..\packages\constants\src'; |
| | | import { getDictLabel, getDictOptions } from '..\..\..\..\packages\effects\hooks\src'; |
| | | import { formatDateTime } from '..\..\..\..\packages\utils\src'; |
| | | import { DICT_TYPE, IoTOtaTaskDeviceScopeEnum } from '../../../../packages/constants/src'; |
| | | import { getDictLabel, getDictOptions } from '../../../../packages/effects/hooks/src'; |
| | | import { formatDateTime } from '../../../../packages/utils/src'; |
| | | |
| | | /** 任务详情的描述字段 */ |
| | | export function useDetailSchema(): DescriptionItemSchema[] { |