wei
2021-01-27 699a687e7bbf3f041320280a80d6359ee374cc30
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)