diff --git a/apps/web-antdv-next/src/views/iot/device/device/detail/modules/message.vue b/apps/web-antdv-next/src/views/iot/device/device/detail/modules/message.vue index aee71e18f..0a8f971a3 100644 --- a/apps/web-antdv-next/src/views/iot/device/device/detail/modules/message.vue +++ b/apps/web-antdv-next/src/views/iot/device/device/detail/modules/message.vue @@ -15,7 +15,7 @@ import { DICT_TYPE, IotDeviceMessageMethodEnum } from '@vben/constants'; import { IconifyIcon } from '@vben/icons'; import { formatDateTime } from '@vben/utils'; -import { Button, Select, Space, Switch, Tag } from 'antdv-next'; +import { Button, Select, SelectOption, Space, Switch, Tag } from 'antdv-next'; import { useVbenVxeGrid } from '#/adapter/vxe-table'; import { getDeviceMessagePage } from '#/api/iot/device/device'; @@ -196,14 +196,14 @@ defineExpose({ placeholder="所有方法" style="width: 160px" > - {{ item.label }} - +