From a4561b3dd88a464c5741b9ee281c3b2eb281c258 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Mon, 13 Oct 2025 10:41:08 +0800 Subject: [PATCH] fix: iot && IconifyIcon --- .../src/views/iot/ota/firmware/index.vue | 3 +- .../iot/ota/modules/task/OtaTaskList.vue | 19 +++-- .../form/configs/SubConditionGroupConfig.vue | 4 +- .../src/views/iot/thingmodel/index.vue | 48 +++++++------ .../thingmodel/modules/ThingModelEvent.vue | 28 ++++---- .../iot/thingmodel/modules/ThingModelForm.vue | 72 +++++++++---------- .../modules/ThingModelInputOutputParam.vue | 71 ++++++++---------- .../thingmodel/modules/ThingModelProperty.vue | 65 +++++++++-------- .../thingmodel/modules/ThingModelService.vue | 38 +++++----- .../iot/thingmodel/modules/ThingModelTSL.vue | 17 ++--- .../dataSpecs/ThingModelStructDataSpecs.vue | 1 - .../mobile/promotion-combination/property.vue | 2 +- .../mobile/promotion-point/property.vue | 2 +- .../mobile/promotion-seckill/property.vue | 2 +- .../components/magic-cube-editor/index.vue | 2 +- .../components/combination-showcase.vue | 6 +- .../components/combination-table-select.vue | 5 +- .../coupon/components/coupon-select.vue | 5 +- .../point/components/point-table-select.vue | 5 +- .../components/seckill-table-select.vue | 5 +- .../product/components/product-summary.vue | 3 +- .../components/trade-transaction-card.vue | 3 +- 22 files changed, 218 insertions(+), 188 deletions(-) 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 }} - - - + + +