From c008153a455b2c79ac9087d82bd9abf9f1eea19f Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期三, 11 八月 2021 18:03:14 +0800
Subject: [PATCH] 2021-08-11-1

---
 HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs
index d6af876..9423a49 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs
@@ -204,6 +204,8 @@
                     break;
                 //鐜妫�娴嬩紶鎰熷櫒
                 case SPK.SensorEnvironment:
+                case SPK.SensorEnvironment2:
+                case SPK.SensorEnvironment3:
                     {
                         #region 鐣岄潰
                         ///娓╁害
@@ -229,7 +231,11 @@
                         LogicView.FunTypeView tvocView = new LogicView.FunTypeView();
                         tvocView.frameLayout.Y = co2View.frameLayout.Bottom;
                         tvocView.btnText.TextID = StringId.tvoc;
-                        fLayout.AddChidren(tvocView.FLayoutView());
+                        if (SPK.SensorEnvironment3 != device.spk)
+                        {
+                            fLayout.AddChidren(tvocView.FLayoutView());
+                        }
+                        
                         #endregion
                         #region 鐐瑰嚮浜嬩欢
                         ///娓╁害鐐瑰嚮浜嬩欢

--
Gitblit v1.8.0