JLChen
2021-02-05 1cc5270c3ec2f2fc7891fe1d71eddcbe9301c595
HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs
@@ -341,12 +341,6 @@
            //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;