diff --git a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/inMonitor/rules/index.vue b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/inMonitor/rules/index.vue index 0d6e71ec..c82c9e41 100644 --- a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/inMonitor/rules/index.vue +++ b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/inMonitor/rules/index.vue @@ -72,18 +72,23 @@ - + - - - + + + + + - - - + + + + + + - + @@ -394,7 +399,7 @@ export default { enable:0 } formData.alertRuleConditionList = [{ - paramName: this.byTableItem.paramName, + paramName: this.byTableItem.columnName, compareValue: form.compareValue2?form.compareValue1+','+form.compareValue2:form.compareValue1, operator: form.operator, valueType: this.byTableItem.paramType