Commit Graph

4211 Commits (feature/iot)

Author SHA1 Message Date
芋道源码 ed84afe06d
!815 修复枚举引入错误导致的数据流转页面报错
Merge pull request !815 from puhui999/feature/iot
2025-08-24 07:16:36 +00:00
puhui999 30bbda805b perf: 【IoT 物联网】优化设备备注取值 2025-08-24 11:49:28 +08:00
puhui999 e61971d002 fix: 【IoT 物联网】修复枚举引入错误导致的数据流转页面报错 2025-08-24 11:34:11 +08:00
芋道源码 96a9154e52
!812 perf: 【IoT 物联网】优化场景联动 review 提到的逻辑
Merge pull request !812 from puhui999/feature/iot
2025-08-16 12:30:51 +00:00
puhui999 1c4222de35 perf: 【IoT 物联网】优化场景联动 review 提到的逻辑 2025-08-15 11:55:30 +08:00
puhui999 6bfd888b54 fix: 【IoT 物联网】场景联动修复产品切换时监控项没触发更新的问题 2025-08-14 18:21:27 +08:00
puhui999 d6f3c511b8 perf: 【IoT 物联网】场景联动执行器的 UI 风格对齐触发器 2025-08-14 18:03:04 +08:00
YunaiV a5478ffcfe review:【iot 物联网】场景联动的逻辑 2025-08-09 16:05:48 +08:00
芋道源码 c83a2dff93
!808 perf: 【IoT 物联网】场景联动优化
Merge pull request !808 from puhui999/feature/iot
2025-08-09 07:29:06 +00:00
puhui999 4d8c58569b perf: 【IoT 物联网】场景联动优化 review 提到的问题 2025-08-07 22:26:46 +08:00
puhui999 e109f3b1c8 Merge remote-tracking branch 'yudao/feature/iot' into feature/iot
# Conflicts:
#	src/views/iot/rule/scene/form/configs/DeviceControlConfig.vue
#	src/views/iot/rule/scene/form/inputs/JsonParamsInput.vue
#	src/views/iot/rule/scene/form/sections/TriggerSection.vue
2025-08-07 22:02:05 +08:00
puhui999 250fc66c98 perf: 【IoT 物联网】场景联动时间条件配置组件优化 2025-08-07 21:59:28 +08:00
puhui999 0d91d4bdc0 perf: 【IoT 物联网】场景联动时间条件配置组件优化 2025-08-07 21:45:23 +08:00
puhui999 fd85c4d682 perf: 【IoT 物联网】场景联动注释优化 2025-08-07 21:36:27 +08:00
puhui999 85ba03b0ea perf: 【IoT 物联网】场景联动 JsonParamsInput 组件优化 2025-08-07 18:12:55 +08:00
puhui999 f3d1989832 perf: 【IoT 物联网】场景联动 nextTick 优化使用 await nextTick() 2025-08-07 17:49:20 +08:00
puhui999 5b38c9c394 perf: 【IoT 物联网】场景联动首页优化 2025-08-07 17:44:24 +08:00
puhui999 93311f8bd7 perf: 【IoT 物联网】场景联动收拢常量定义 2025-08-07 17:09:17 +08:00
puhui999 9684857174 perf: 【IoT 物联网】场景联动移除自定义校验规则简化校验逻辑 2025-08-07 16:31:07 +08:00
puhui999 09be0a10b1 perf: 【IoT 物联网】场景联动优化 DeviceStatusConditionConfig 的内容直接内联在主组件中, 移除自定义校验 2025-08-07 15:44:05 +08:00
puhui999 18b4775e98 perf: 【IoT 物联网】场景联动优化 ConditionTypeSelector 的内容直接内联在主组件中 2025-08-07 15:13:01 +08:00
puhui999 d077604bc9 perf: 【IoT 物联网】场景联动优化 ActionTypeSelector 的内容直接内联在主组件中 2025-08-07 15:09:15 +08:00
puhui999 416411732f perf: 【IoT 物联网】场景联动优化 ConditionGroupContainerConfig 的内容直接内联在主组件中 2025-08-07 14:50:14 +08:00
puhui999 6a26d8e4e5 perf: 【IoT 物联网】场景联动优化 MainConditionConfig 的内容直接内联在主组件中 2025-08-07 14:42:25 +08:00
puhui999 0c952309b7 perf: 【IoT 物联网】场景联动优化定时触发配置的内容直接内联在主组件中 2025-08-07 14:36:21 +08:00
puhui999 a8adda7dc5 perf: 【IoT 物联网】场景联动类型归纳优化,移除多余文件 2025-08-07 14:29:59 +08:00
YunaiV 18573d6206 review:【iot 物联网】场景联动的逻辑 2025-08-06 22:01:35 +08:00
芋道源码 e53a676bf6
!806 perf: 【IoT 物联网】场景联动优化
Merge pull request !806 from puhui999/feature/iot
2025-08-06 01:57:18 +00:00
puhui999 9f3eb14a0f perf: 【IoT 物联网】场景联动执行器和触发器的参数值类型都调整为了字符串类型 2025-08-05 22:12:19 +08:00
puhui999 d81c544ad9 perf: 【IoT 物联网】场景联动执行器和触发器的参数值类型都调整为了字符串类型 2025-08-05 21:26:01 +08:00
puhui999 9917683f0a feat: 【IoT 物联网】场景联动新增 JsonParamsInput 支持事件上报(填写事件的输出参数) 服务调用(填写服务的输入参数)属性设置(填写产品物模型可写属性) 2025-08-05 17:33:20 +08:00
puhui999 ab54879203 perf:【IoT 物联网】场景联动属性选择器属性详情展示逻辑优化,直接使用el-popover 2025-08-05 15:30:56 +08:00
puhui999 6c954c4ff1 perf:【IoT 物联网】场景联动优化统一类型定义,简化告警配置 2025-08-05 11:59:46 +08:00
puhui999 694de3f0d1 perf:【IoT 物联网】场景联动执行器优化 2025-08-05 11:24:27 +08:00
YunaiV d74080d6b0 review:【iot 物联网】场景联动的逻辑 2025-08-04 22:13:17 +08:00
芋道源码 9ca86c292b
!805 perf:【IoT 物联网】场景联动优化
Merge pull request !805 from puhui999/feature/iot
2025-08-04 13:38:51 +00:00
puhui999 9684593623 perf:【IoT 物联网】场景联动执行器优化 2025-08-04 21:04:18 +08:00
puhui999 e3a8e98ff8 perf:【IoT 物联网】场景联动触发器主页优化 2025-08-04 16:25:31 +08:00
puhui999 fe299d792e perf:【IoT 物联网】场景联动触发器服务调用参数输入 2025-08-04 15:49:53 +08:00
puhui999 38ad857c33 perf:【IoT 物联网】场景联动执行器优化 2025-08-04 00:21:19 +08:00
puhui999 00e193d3e2 perf:【IoT 物联网】场景联动表单校验规则优化 2025-08-03 22:33:37 +08:00
puhui999 1a9511bb04 perf:【IoT 物联网】场景联动接入后端 api 接口 2025-08-03 21:16:58 +08:00
puhui999 300b844346 perf:【IoT 物联网】场景联动值输入组件优化 2025-08-03 19:42:43 +08:00
puhui999 26a4f0fee1 perf:【IoT 物联网】场景联动触发器样式优化 2025-08-02 13:18:12 +08:00
puhui999 fc09addd7d Merge remote-tracking branch 'yudao/feature/iot' into feature/iot 2025-08-02 11:44:24 +08:00
YunaiV bb0920c4b9 review:【iot 物联网】场景联动的 review 2025-08-02 11:38:45 +08:00
puhui999 32ce19fcd8 fix:【IoT 物联网】场景联动首次添加条件失败的 bug 2025-08-02 11:22:10 +08:00
芋道源码 e188ea5de6
!803 perf:【IoT 物联网】场景联动接口定义和常量定义分离
Merge pull request !803 from puhui999/feature/iot
2025-08-02 03:01:39 +00:00
puhui999 cb52fbe71e perf:【IoT 物联网】场景联动接口定义和常量定义分离 2025-08-02 10:56:08 +08:00
YunaiV a269c5988a Merge branch 'master' of https://gitee.com/yudaocode/yudao-ui-admin-vue3 into feature/iot
# Conflicts:
#	src/api/system/dept/index.ts
2025-08-02 10:54:08 +08:00