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

This commit is contained in:
YunaiV
2025-08-02 11:38:45 +08:00
parent e188ea5de6
commit bb0920c4b9
9 changed files with 38 additions and 30 deletions

View File

@ -52,6 +52,7 @@
<!-- 属性/事件/服务选择 -->
<el-col :span="6">
<el-form-item label="监控项" required>
<!-- TODO @puhui999是不是不展示“整数”、“小数”这个类型一行只展示属性名 + 标识,更简洁一点;然后标识是 tag因为已经有个 tip 了 -->
<PropertySelector
:model-value="condition.identifier"
@update:model-value="(value) => updateConditionField('identifier', value)"
@ -76,6 +77,7 @@
</el-col>
<!-- 值输入 -->
<!-- TODO @puhui999框子大小占满哈。 -->
<el-col :span="12">
<el-form-item label="比较值" required>
<ValueInput