From 94c3dc1dff03ae994ce24299cb8d1624aa5dad27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=8F=AE=E5=AE=87?= Date: Fri, 23 Feb 2024 15:43:14 +0800 Subject: [PATCH] =?UTF-8?q?Alarm=20Center=20---=20=20=20Alarm=20Rules=20?= =?UTF-8?q?=20=20=E7=9B=91=E6=8E=A7=E9=A1=B9=E5=A2=9E=E5=8A=A0=E5=8D=95?= =?UTF-8?q?=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/abnormalAlarm/alarmCenter/alarmRules/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/abnormalAlarm/alarmCenter/alarmRules/index.vue b/src/views/abnormalAlarm/alarmCenter/alarmRules/index.vue index 3e36916..e03d73e 100644 --- a/src/views/abnormalAlarm/alarmCenter/alarmRules/index.vue +++ b/src/views/abnormalAlarm/alarmCenter/alarmRules/index.vue @@ -521,7 +521,7 @@ export default { if (res.success) { this.itemOptions = res.result.map((item) => { return { - label: item.name, + label: item.units ? `${item.name}(${item.units})` : item.name, value: item.itemId, units: item.units, valueType: item.valueType,