소스 검색

风机名称字段替换

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 4 달 전
부모
커밋
b60b9226f3
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      src/views/IntegratedAlarm/safe/customWarning/index.vue
  2. 2 2
      src/views/IntegratedAlarm/safe/historyWarning/index.vue

+ 2 - 2
src/views/IntegratedAlarm/safe/customWarning/index.vue

@@ -72,7 +72,7 @@
                 v-for="item in state.windturbineList"
                 :key="item.id"
                 :value="item.id"
-                :label="item.name"
+                :label="item.nemCode"
               >
               </el-option>
             </el-select>
@@ -480,7 +480,7 @@ const state = reactive({
   tableHeader: [
     { title: "时间", code: "ts", width: "150" },
     { title: "场站", code: "stationname", width: "150" },
-    { title: "机组", code: "devicename", width: "150" },
+    { title: "机组", code: "code", width: "150" },
     { title: "部件", code: "components", width: "200" },
     { title: "预警信息", code: "characteristic" },
     // { title: "故障原因", code: "faultCause" },

+ 2 - 2
src/views/IntegratedAlarm/safe/historyWarning/index.vue

@@ -67,7 +67,7 @@
                 v-for="item in state.windturbineList"
                 :key="item.id"
                 :value="item.id"
-                :label="item.name"
+                :label="item.nemCode"
               >
               </el-option>
             </el-select>
@@ -502,7 +502,7 @@ const state = reactive({
   tableHeader: [
     { title: "时间", code: "ts", width: "150" },
     { title: "场站", code: "stationname", width: "120" },
-    { title: "机组", code: "devicename", width: "100" },
+    { title: "机组", code: "code", width: "100" },
     { title: "报警信息", code: "description" },
     // { title: "故障原因", code: "faultCause" },
     // { title: "级别", code: "rank", width: "80" },