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
pull/808/head
puhui999 2025-08-07 22:02:05 +08:00
commit e109f3b1c8
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,7 @@
</el-col>
<!-- 值输入 -->
<!-- TODO @puhui999这种用 include 更简洁 -->
<el-col
:span="
triggerType === IotRuleSceneTriggerTypeEnum.DEVICE_SERVICE_INVOKE ||
@ -94,6 +95,7 @@
required
>
<!-- 服务调用参数配置 -->
<!-- TODO @puhui999中英文之间有个空格哈 -->
<JsonParamsInput
v-if="triggerType === IotRuleSceneTriggerTypeEnum.DEVICE_SERVICE_INVOKE"
v-model="condition.value"
@ -148,6 +150,7 @@
</el-col>
</el-row>
<!-- TODO @puhui999这个是不是跟阿里云还是一致一点哈 -->
<el-row :gutter="16">
<el-col :span="12">
<el-form-item label="操作符" required>