JLChen
2021-08-28 e1871e6f7ce50a9b3f6ee9237f66d641dc98e883
HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs
@@ -991,17 +991,17 @@
                    {
                        switch (strValue)
                        {
                            case "(0,1000]":
                            case "(0,399]":
                                {
                                    text = Language.StringByID(StringId.zhengchang) + ":0~399PPB";
                                }
                                break;
                            case "(1001,2000]":
                            case "(400,699]":
                                {
                                    text = Language.StringByID(StringId.chaobiao) + ":400~699PPB";
                                }
                                break;
                            case "(2000,200000]":
                            case "(700,70000]":
                                {
                                    text = Language.StringByID(StringId.yanzhong) + ":>700PPB";
                                }