wei
2021-01-21 bee4133c05f9c41f24ec7fa7449faabb79306087
HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs
@@ -341,6 +341,13 @@
            //2-功能图标
            for (int i = 0; i < logic.input.Count; i++)
            {
                if (logic.input[i] == null || logic.input[i].ToString() == "")
                {
                    //防止有的空对象;
                    //正常情况下不会该现象;
                    continue;
                }
                var int1 = int.Parse(logic.input[i].condition_type);
                int iconInt = 0;
                switch (int1)