review:【iot 物联网】场景联动的逻辑

This commit is contained in:
YunaiV
2025-08-06 22:01:35 +08:00
parent e53a676bf6
commit 18573d6206
4 changed files with 18 additions and 38 deletions

View File

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