Browse Source

1.1 关机 改成 无

64060764@qq.com 1 year ago
parent
commit
ae2d22fed3
2 changed files with 3 additions and 3 deletions
  1. 2 2
      src/js/common.js
  2. 1 1
      src/views/equip-management/report/args.vue

+ 2 - 2
src/js/common.js

@@ -17,7 +17,7 @@ const runStatDict = {
 // 定义运行模式字典
 // 定义运行模式字典
 const runModeDict = {
 const runModeDict = {
   0: {
   0: {
-    label: "关机",
+    label: "",
     color: "#bfbfc0",
     color: "#bfbfc0",
   },
   },
   1: {
   1: {
@@ -114,7 +114,7 @@ const runModeOpts = [
     value: "5",
     value: "5",
   },
   },
   {
   {
-    label: "关机",
+    label: "",
     value: "0",
     value: "0",
   },
   },
 ];
 ];

+ 1 - 1
src/views/equip-management/report/args.vue

@@ -17,7 +17,7 @@
                     <div
                     <div
                             v-if="scope.row.RunMode === -1">所有模式</div>
                             v-if="scope.row.RunMode === -1">所有模式</div>
                     <div
                     <div
-                            v-if="scope.row.RunMode === 0">关机</div>
+                            v-if="scope.row.RunMode === 0"></div>
                     <div
                     <div
                             v-if="scope.row.RunMode === 1">制冷</div>
                             v-if="scope.row.RunMode === 1">制冷</div>
                     <div
                     <div