baiyanting 1 год назад
Родитель
Сommit
26eb35d86e

+ 12 - 17
src/components/windDetail/index.vue

@@ -2,22 +2,17 @@
   <div class="bodys" :style="{ height: showHeight }">
     <div class="edge" v-if="Object.keys(monitorInfo).length">
       <div class="info" style="position: relative">
-        <!-- <div class="info-title">
-          {{ windname }}
-          <img
-            style="
-              max-width: 35px;
-              height: 35px;
-              position: absolute;
-              top: 5px;
-              right: 10px;
-              cursor: pointer;
-            "
-            :src="require('@assets/images/' + path[count])"
-            @click="clivkFun()"
-            v-if="videoTit.length > 0"
-          />
-        </div> -->
+        <div class="info-title">
+         设备名称: {{ windname }}
+          <i
+            class="svg-icon svg-icon-sm svg-icon-green"
+          >
+            <SvgIcon svgid="svg-wind-site"></SvgIcon>
+          </i>
+          <i  class="svg-icon svg-icon-sm svg-icon-orange">
+            <SvgIcon svgid="svg-photovoltaic"></SvgIcon>
+          </i>
+        </div>
 
         <div class="info-item">日发电量</div>
         <div class="info-value">
@@ -654,7 +649,7 @@ export default {
         font-size: 16px;
         font-family: Microsoft YaHei;
         font-weight: 400;
-        color: #ffffff;
+        color:#606769;
         margin-top: 10px;
         display: flex;
         flex-direction: row;

+ 1 - 1
src/views/economicsOperation/efficiency/consumeEfficiency/index.vue

@@ -81,7 +81,7 @@
           <el-table-column
             align="center"
             prop="xqjsl"
-            label="消缺及时次数"
+            label="消缺及时"
             sortable
           ></el-table-column>
         </el-table>

+ 4 - 5
src/views/stateMonitor/DetailMatrix/detailMatrix.vue

@@ -118,7 +118,7 @@
             <!-- wp -->
             <div class="matrix-title">
               <!--svg + wpname @click="handleToggle(index)"-->
-              <div class="matrix-svg" >
+              <div class="matrix-svg">
                 <i
                   v-if="value.czlx == -1"
                   class="svg-icon svg-icon-sm svg-icon-green"
@@ -161,7 +161,7 @@
               </div>
             </div>
             <!-- wt v-show="value['switch' + index]"-->
-            <div class="matrix-list" >
+            <div class="matrix-list">
               <div
                 class="matrix-card"
                 style="cursor: pointer"
@@ -575,7 +575,6 @@ export default {
           text: "预测功率",
           color: "#9CA5A8",
           key: "ycgl",
-          ratio: 1000,
         },
         {
           text: "保证功率",
@@ -710,8 +709,8 @@ export default {
     },
     // 点击开关闭场站设备
     handleToggle(index) {
-    //   this.showMatrixList[index]["switch" + index] =
-    //     !this.showMatrixList[index]["switch" + index];
+      //   this.showMatrixList[index]["switch" + index] =
+      //     !this.showMatrixList[index]["switch" + index];
     },
     // 状态切换改变数据
     handleClickWind() {

+ 3 - 6
src/views/stateMonitor/LightMatrix/lightMatrix.vue

@@ -1,5 +1,5 @@
 <template>
-  <headerNav @typeFlag="typeFlag" :isAll="true"/>
+  <headerNav @typeFlag="typeFlag" :isAll="true" />
   <div
     :class="$store.state.themeName === 'dark' ? 'dark-matrix' : 'light-matrix'"
   >
@@ -17,12 +17,9 @@
                   class="qty_imgs"
                 />
               </div>
-              <div class="titles">
+              <div class="titles" @click="changeShow('all')">
                 <div>接入风机</div>
-                <p
-                  @click="changeShow('all')"
-                  style="text-align: center; cursor: pointer"
-                >
+                <p style="text-align: center; cursor: pointer">
                   {{ sourceMap.jrts || "0" }}
                 </p>
               </div>

Разница между файлами не показана из-за своего большого размера
+ 0 - 12873
src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/components/fanshijunfan.vue


Разница между файлами не показана из-за своего большого размера
+ 276 - 0
src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/components/fanshijunran.vue


src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/components/shanyinrongxing.vue → src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/components/shanyinrongxin.vue


src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/components/yanggao.vue → src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/components/yanggaoweijiabao.vue


+ 9 - 9
src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/index.vue

@@ -4,7 +4,7 @@
     <!-- 光伏 *************** -->
 
     <!-- 繁峙均然 -->
-    <GFfanshijunfan
+    <GFfanshijunran
       class="booster-station-body"
       v-if="wpId === 'SXJ_KGDL_JR_GDC_STA'"
     />
@@ -19,12 +19,12 @@
       v-if="wpId === 'SXJ_KGDL_TL_GDC_STA'"
     />
     <!-- 山阴荣新 -->
-    <GFshanyinrongxing
+    <GFshanyinrongxin
       class="booster-station-body"
       v-if="wpId === 'SXJ_KGDL_SY_GDC_STA'"
     />
     <!-- 阳高蔚家堡 -->
-    <GFyanggao
+    <GFyanggaoweijiabao
       class="booster-station-body"
       v-if="wpId === 'SXJ_KGDL_YG_GDC_STA'"
     />
@@ -58,14 +58,14 @@
 </template>
 <script>
 import headerButton from "../../components/headerButton.vue";
-import GFshanyinrongxing from "./components/shanyinrongxing.vue";
+import GFshanyinrongxin from "./components/shanyinrongxin.vue";
 import GFfangshansunjiashan from "./components/fangshansunjiashan.vue";
-import GFfanshijunfan from "./components/fanshijunfan.vue";
+import GFfanshijunran from "./components/fanshijunran.vue";
 import GFhuairenchuchen from "./components/huairenchuchen.vue";
 import GFpingluzuhu from "./components/pingluzuhu.vue";
 import GFtianzhenxusheng from "./components/tianzhenxusheng.vue";
 import GFtunliuwuyuan from "./components/tunliuwuyuan.vue";
-import GFyanggao from "./components/yanggao.vue";
+import GFyanggaoweijiabao from "./components/yanggaoweijiabao.vue";
 import GFyingxianjinghui from "./components/yingxianjinghui.vue";
 import GFyouyuyouwei from "./components/youyuyouwei.vue";
 
@@ -73,14 +73,14 @@ export default {
   name: "lightBoosterStation",
   components: {
     headerButton,
-    GFshanyinrongxing,
+    GFshanyinrongxin,
     GFfangshansunjiashan,
-    GFfanshijunfan,
+    GFfanshijunran,
     GFhuairenchuchen,
     GFpingluzuhu,
     GFtianzhenxusheng,
     GFtunliuwuyuan,
-    GFyanggao,
+    GFyanggaoweijiabao,
     GFyingxianjinghui,
     GFyouyuyouwei,
   },

Разница между файлами не показана из-за своего большого размера
+ 366 - 19649
src/views/stateMonitor/factoryMonitor/windPowerPlant/boosterStation/components/DJY.vue


Разница между файлами не показана из-за своего большого размера
+ 445 - 24403
src/views/stateMonitor/factoryMonitor/windPowerPlant/boosterStation/components/HSM.vue


Разница между файлами не показана из-за своего большого размера
+ 219 - 9700
src/views/stateMonitor/factoryMonitor/windPowerPlant/boosterStation/components/PDL.vue


Разница между файлами не показана из-за своего большого размера
+ 6775 - 8869
src/views/stateMonitor/factoryMonitor/windPowerPlant/boosterStation/components/YF.vue


+ 1 - 1
src/views/stateMonitor/factoryMonitor/windPowerPlant/matrixMonitor/index.vue

@@ -481,7 +481,7 @@ export default {
       //   右侧标签
       unpaidList: [
         { text: "风速(m/s)", code: "speed" },
-        { text: "预测功率(MW)", code: "ycgl", ratio: 1000 },
+        { text: "预测功率(MW)", code: "ycgl",},
         { text: "保证功率(MW)", code: "bzgl", ratio: 1000 },
         { text: "理论功率(MW)", code: "llgl", ratio: 1000 },
         { text: "实际功率(MW)", code: "sjgl", ratio: 1000 },

+ 2 - 10
src/views/stateMonitor/factoryMonitor/windPowerPlant/windhome/index.vue

@@ -172,7 +172,7 @@
             <div class="top">
               日发电量
               <div class="value">
-                {{ dataDeal(wpInfos?.rfdl / 10000, 2) }}
+                {{ dataDeal(wpInfos?.rfdl, 2) }}
                 <div class="unit">万kWh</div>
               </div>
             </div>
@@ -181,13 +181,7 @@
               <div class="others-power" v-for="item in powerData" :key="item">
                 {{ item.name }}
                 <div class="others-value">
-                  {{
-                    dataDeal(
-                      item.unit
-                        ? wpInfos[item.value] / item.unit
-                        : wpInfos[item.value],
-                      2
-                    )
+                  {{ dataDeal(wpInfos[item.value], 2)
                   }}<span class="unit">万kWh</span>
                 </div>
               </div>
@@ -506,13 +500,11 @@ export default {
           id: 0,
           name: "月发电量",
           value: "yfdl",
-          unit: 10000,
         },
         {
           id: 1,
           name: "年发电量",
           value: "nfdl",
-          unit: 10000,
         },
       ],
       infoList: [