diff --git a/apps/web-antd/src/views/iot/ota/firmware/index.vue b/apps/web-antd/src/views/iot/ota/firmware/index.vue index 249578653..13a132dec 100644 --- a/apps/web-antd/src/views/iot/ota/firmware/index.vue +++ b/apps/web-antd/src/views/iot/ota/firmware/index.vue @@ -3,6 +3,7 @@ import type { VxeTableGridOptions } from '#/adapter/vxe-table'; import type { IoTOtaFirmwareApi } from '#/api/iot/ota/firmware'; import { Page, useVbenModal } from '@vben/common-ui'; +import { IconifyIcon } from '@vben/icons'; import { message } from 'ant-design-vue'; @@ -119,7 +120,7 @@ const [Grid, gridApi] = useVbenVxeGrid({ download class="text-primary cursor-pointer hover:underline" > - + 下载固件 无文件 diff --git a/apps/web-antd/src/views/iot/ota/modules/task/OtaTaskList.vue b/apps/web-antd/src/views/iot/ota/modules/task/OtaTaskList.vue index bbe90796e..130f344fc 100644 --- a/apps/web-antd/src/views/iot/ota/modules/task/OtaTaskList.vue +++ b/apps/web-antd/src/views/iot/ota/modules/task/OtaTaskList.vue @@ -5,10 +5,19 @@ import type { OtaTask } from '#/api/iot/ota/task'; import { onMounted, reactive, ref } from 'vue'; -import { VbenButton } from '@vben/common-ui'; +import { IconifyIcon } from '@vben/icons'; import { formatDate } from '@vben/utils'; -import { Card, Input, message, Modal, Space, Table, Tag } from 'ant-design-vue'; +import { + Button, + Card, + Input, + message, + Modal, + Space, + Table, + Tag, +} from 'ant-design-vue'; import * as IoTOtaTaskApi from '#/api/iot/ota/task'; import { IoTOtaTaskStatusEnum } from '#/views/iot/utils/constants'; @@ -167,10 +176,10 @@ onMounted(() => {
- - +
- @@ -96,7 +96,7 @@ function updateCondition(index: number, condition: TriggerCondition) {

点击下方按钮添加第一个条件

diff --git a/apps/web-antd/src/views/iot/thingmodel/index.vue b/apps/web-antd/src/views/iot/thingmodel/index.vue index 5d28c8e0e..facdafe66 100644 --- a/apps/web-antd/src/views/iot/thingmodel/index.vue +++ b/apps/web-antd/src/views/iot/thingmodel/index.vue @@ -1,9 +1,11 @@ diff --git a/apps/web-antd/src/views/iot/thingmodel/modules/ThingModelProperty.vue b/apps/web-antd/src/views/iot/thingmodel/modules/ThingModelProperty.vue index 33201bccd..6f9f869e0 100644 --- a/apps/web-antd/src/views/iot/thingmodel/modules/ThingModelProperty.vue +++ b/apps/web-antd/src/views/iot/thingmodel/modules/ThingModelProperty.vue @@ -1,10 +1,17 @@ - + - - - - + + - - - + - - - + {{ accessMode.label }} - - - + + +