From be33bd141672dc263b84f49d371f154f946b7791 Mon Sep 17 00:00:00 2001 From: Wangxin Date: Thu, 6 Nov 2025 22:40:02 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90web=E3=80=91=20=E8=A7=A6=E5=8F=91?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inMonitoring/inMonitor/rules/index.vue | 23 +++++++++++-------- 1 file changed, 14 insertions(+), 9 deletions(-) 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