From 0e0f1959a659562ee4b985ef8f4b62b861e26aa2 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期六, 17 十月 2020 17:53:25 +0800
Subject: [PATCH] 完善修改集群名称和ip功能

---
 src/pages/datapush/index/RightEvent.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pages/datapush/index/RightEvent.vue b/src/pages/datapush/index/RightEvent.vue
index e02d4dc..c0a6f68 100644
--- a/src/pages/datapush/index/RightEvent.vue
+++ b/src/pages/datapush/index/RightEvent.vue
@@ -330,7 +330,7 @@
           str += ' = ';
         }
 
-        str += i.rule_value;
+        str += i.rule_value === "all*all" ? "鍏ㄩ儴" : i.rule_value;
 
         if (str.length > 0) {
           ruleDesc.push(str)

--
Gitblit v1.8.0