This commit is contained in:
@@ -286,7 +286,7 @@ namespace 全自动水压检测仪
|
||||
switch (type)
|
||||
{
|
||||
case 1:
|
||||
return "低温";
|
||||
return "常温";
|
||||
case 0:
|
||||
return "高温";
|
||||
default:
|
||||
@@ -307,12 +307,12 @@ namespace 全自动水压检测仪
|
||||
switch (typeValue)
|
||||
{
|
||||
case "1":
|
||||
e.Value = "低温";
|
||||
e.Value = "常温";
|
||||
break;
|
||||
case "0":
|
||||
e.Value = "高温";
|
||||
break;
|
||||
case "低温":
|
||||
case "常温":
|
||||
case "高温":
|
||||
// 已经是转换后的值,保持不变
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user