This commit is contained in:
wxt
2026-01-19 19:37:41 +08:00
parent c9a13cd558
commit 99fda86797
2 changed files with 5 additions and 5 deletions

View File

@@ -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 "低温":