diff --git a/src/views/iot/rule/scene/form/configs/ConditionConfig.vue b/src/views/iot/rule/scene/form/configs/ConditionConfig.vue index 632218485..278253dd1 100644 --- a/src/views/iot/rule/scene/form/configs/ConditionConfig.vue +++ b/src/views/iot/rule/scene/form/configs/ConditionConfig.vue @@ -23,39 +23,75 @@ - - + + + + + + + + + + + + + - -
- + +
+ + - - + + + + + + - - + + + + +
+ +
@@ -94,7 +130,6 @@ :property-type="propertyType" :operator="condition.operator" :property-config="propertyConfig" - @validate="handleValueValidate" /> @@ -106,24 +141,12 @@ v-else-if="condition.type === ConditionTypeEnum.CURRENT_TIME" :model-value="condition" @update:model-value="updateCondition" - @validate="handleValidate" /> - - -
- -