Kaynağa Gözat

光伏数据指标页面默认修改为电流电压

baiyanting 1 yıl önce
ebeveyn
işleme
f6bbfe053b

+ 13 - 11
src/views/stateMonitor/factoryMonitor/photovoltaic/lightDataTarget/index.vue

@@ -222,28 +222,30 @@ export default {
         uniformCode: "AI121",
         width: "150",
       },
+
       {
-        name: "发电量",
+        name: "发电量",
         valueUnit: "万kWh",
-        uniformCode: "AIG072",
+        uniformCode: "AIG095",
         width: "150",
       },
       {
-        name: "年发电量",
-        valueUnit: "万kWh",
-        uniformCode: "AIG063",
+        name: "有功功率",
+        valueUnit: "MW",
+        uniformCode: "AI114",
         width: "150",
       },
+
       {
-        name: "总发电量",
-        valueUnit: "万kWh",
-        uniformCode: "AIG095",
+        name: "逆变器直流电流",
+        valueUnit: "A",
+        uniformCode: "AIG061",
         width: "150",
       },
       {
-        name: "有功功率",
-        valueUnit: "MW",
-        uniformCode: "AI114",
+        name: "逆变器直流电压",
+        valueUnit: "V",
+        uniformCode: "AIG062",
         width: "150",
       },
     ];