From e1871e6f7ce50a9b3f6ee9237f66d641dc98e883 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期六, 28 八月 2021 19:23:22 +0800
Subject: [PATCH] 2021-8-28-4
---
HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs
index 3db3fcd..edb2001 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/PublicInterface.cs
+++ b/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";
}
--
Gitblit v1.8.0