Browse Source

bug 修复

dengrui 4 months ago
parent
commit
34588fe634
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/pro-steps/components/screwdriver.vue

+ 3 - 3
src/views/pro-steps/components/screwdriver.vue

@@ -265,9 +265,9 @@ const startTest1 = (a, b, c) => {
 const showLable = (key) => {
   switch (key) {
     case "CH5Val":
-      return "CH5";
+      return "温度";
     case "CH6Val":
-      return "CH6";
+      return "湿度";
     case "DataTimes":
       return "采集时间";
     case "torquetarget":
@@ -418,7 +418,7 @@ const configeObj = (type) => {
   switch (type) {
     //温湿度
     case "WXDJC":
-      return ["CH5Val", "CH6Val", "DataTimes"];
+      return ["CH5Val", "CH6Val"];
     case "YBKC":
       return ["length"];
     case "GDC":