This commit is contained in:
@@ -285,9 +285,9 @@ namespace 全自动水压检测仪
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
case 0:
|
||||
return "低温";
|
||||
case 1:
|
||||
return "低温";
|
||||
case 0:
|
||||
return "高温";
|
||||
default:
|
||||
return "未知";
|
||||
@@ -306,10 +306,10 @@ namespace 全自动水压检测仪
|
||||
// 根据Type值转换显示文本
|
||||
switch (typeValue)
|
||||
{
|
||||
case "0":
|
||||
case "1":
|
||||
e.Value = "低温";
|
||||
break;
|
||||
case "1":
|
||||
case "0":
|
||||
e.Value = "高温";
|
||||
break;
|
||||
case "低温":
|
||||
|
||||
Reference in New Issue
Block a user