1
0
فهرست منبع

修复首页弹窗切换数据混乱bug、取消点击空白关闭弹窗功能,优化部分矩阵点击功能

baiyanting 1 سال پیش
والد
کامیت
688ffcce77

+ 11 - 7
src/components/windDetail/index.vue

@@ -26,10 +26,12 @@
             <span :class="colorList[monitorInfo.status]">设备报警</span>
           </div>
         </div>
-        <div class="info-item">日发电量</div>
-        <div class="info-value">
-          {{ Number(monitorInfo?.rfdl).toFixed(2) || "0" }}
-          <div class="unit">kWh</div>
+        <div class="info-item">
+          日发电量
+          <div class="info-value">
+            {{ Number(monitorInfo?.rfdl).toFixed(2) || "0" }}
+            <div class="unit">kWh</div>
+          </div>
         </div>
       </div>
       <div class="monitoring">
@@ -755,14 +757,16 @@ export default {
         font-family: Adobe Heiti Std;
         font-weight: normal;
         color: #ffffff;
+        display: flex;
+        align-items: center;
+        justify-content: space-between;
       }
 
       .info-value {
         display: flex;
         flex-direction: row;
         align-items: baseline;
-        justify-content: space-between;
-        font-size: 50px;
+        font-size: 40px;
         font-family: Arial;
         font-weight: 400;
         color: #05bb4c;
@@ -771,7 +775,7 @@ export default {
           font-size: 24px;
           font-family: Adobe Heiti Std;
           font-weight: normal;
-          margin-right: 20px;
+          //   margin-right: 20px;
         }
       }
     }

+ 2 - 1
src/main.js

@@ -12,7 +12,6 @@ import locale from "element-plus/lib/locale/lang/zh-cn";
 import * as ElementPlusIconsVue from "@element-plus/icons-vue";
 // // 引入环境配置
 // import "@modeConfig/modeConfig.js";
-
 import "@/lib/global-import.js";
 import "./permission";
 // 引入请求工具
@@ -89,6 +88,8 @@ for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
 
 window.__STATICVUE__ = app;
 window.__STATICVUE__.use(ElementPlus, { locale });
+// 全局修改默认配置,点击空白处不能关闭弹窗
+app._context.components.ElDialog["props"].closeOnClickModal.default = false;
 window.__STATICVUE__.use(store);
 window.__STATICVUE__.use(router);
 window.__STATICVUE__.use(animated);

+ 1 - 0
src/views/Home/components/map.vue

@@ -1233,6 +1233,7 @@
         top="120px"
         v-model="dialogElectric"
         :show-close="true"
+        destroy-on-close
       >
         <template #title>
           <div class="dialog-title">

+ 1 - 1
src/views/layout/Menu.vue

@@ -345,7 +345,7 @@ export default {
               }
             });
             this.$store.commit("changeMenuData", currData);
-            console.log(currData);
+            // console.log(currData);
             return currData;
           } else {
             this.$store.commit("changeMenuData", []);

+ 25 - 1
src/views/stateMonitor/focus/syzDetails.vue

@@ -36,6 +36,7 @@
       >
         <!-- 小五台-->
         <div
+          title="双击跳转详情"
           class="showAllSvgMsg"
           v-if="getStationName('XWT') != ''"
           :class="{ alarm: getAlarm('XWT') }"
@@ -51,6 +52,7 @@
         <!-- 败虎堡 -->
         <div
           class="showAllSvgMsg"
+          title="双击跳转详情"
           v-if="getStationName('BHB') != ''"
           :class="{ alarm: getAlarm('BHB') }"
           :style="getStyle(allHeight)"
@@ -65,6 +67,7 @@
         <!-- 禹丰 -->
         <div
           class="showAllSvgMsg"
+          title="双击跳转详情"
           v-if="getStationName('YF') != ''"
           :class="{ alarm: getAlarm('YF') }"
           :style="getStyle(allHeight)"
@@ -79,6 +82,7 @@
         <!-- 败虎堡三期 -->
         <div
           class="showAllSvgMsg"
+          title="双击跳转详情"
           v-if="getStationName('BHB3') != ''"
           :class="{ alarm: getAlarm('BHB3') }"
           :style="getStyle(allHeight)"
@@ -93,6 +97,7 @@
         <!-- 盘道梁 -->
         <div
           class="showAllSvgMsg"
+          title="双击跳转详情"
           v-if="getStationName('PDL') != ''"
           :class="{ alarm: getAlarm('PDL') }"
           :style="getStyle(allHeight)"
@@ -107,6 +112,7 @@
         <!-- 牛家岭 -->
         <div
           class="showAllSvgMsg"
+          title="双击跳转详情"
           v-if="getStationName('NJL') != ''"
           :class="{ alarm: getAlarm('NJL') }"
           :style="getStyle(allHeight)"
@@ -122,6 +128,7 @@
         <!-- 丁家窑 -->
         <div
           class="showAllSvgMsg"
+          title="双击跳转详情"
           v-if="getStationName('DJY') != ''"
           :class="{ alarm: getAlarm('DJY') }"
           :style="getStyle(allHeight)"
@@ -136,6 +143,7 @@
         <!-- 高家堰 -->
         <div
           class="showAllSvgMsg"
+          title="双击跳转详情"
           v-if="getStationName('GJY') != ''"
           :class="{ alarm: getAlarm('GJY') }"
           :style="getStyle(allHeight)"
@@ -151,6 +159,7 @@
         <!-- 平头镇 -->
         <div
           class="showAllSvgMsg"
+          title="双击跳转详情"
           v-if="getStationName('PTZ') != ''"
           :class="{ alarm: getAlarm('PTZ') }"
           :style="getStyle(allHeight)"
@@ -166,6 +175,7 @@
         <!-- 红石峁 -->
         <div
           class="showAllSvgMsg"
+          title="双击跳转详情"
           v-if="getStationName('HSM') != ''"
           :class="{ alarm: getAlarm('HSM') }"
           :style="getStyle(allHeight)"
@@ -181,6 +191,7 @@
         <!-- 朱坑 -->
         <div
           class="showAllSvgMsg"
+          title="双击跳转详情"
           v-if="getStationName('ZK') != ''"
           :style="getStyle(allHeight)"
           :class="{ alarm: getAlarm('ZK') }"
@@ -195,6 +206,7 @@
         <!-- 羊头崖 -->
         <div
           class="showAllSvgMsg"
+          title="双击跳转详情"
           v-if="getStationName('YTY') != ''"
           :style="getStyle(allHeight)"
           :class="{ alarm: getAlarm('YTY') }"
@@ -209,6 +221,7 @@
         <!-- 尹灵芝 -->
         <div
           class="showAllSvgMsg"
+          title="双击跳转详情"
           v-if="getStationName('YLZ') != ''"
           :style="getStyle(allHeight)"
           :class="{ alarm: getAlarm('YLZ') }"
@@ -223,7 +236,7 @@
 
         <!-- 米粮局 -->
         <!-- <div
-        class="showAllSvgMsg" v-if="getStationName('')!=''"
+        class="showAllSvgMsg"  title="双击跳转详情" v-if="getStationName('')!=''"
         :style="getStyle(allHeight)"
         @dblclick="handleClick('MLJ')"
       >
@@ -247,6 +260,7 @@
         <!-- 右玉右卫 -->
         <div
           class="showAllSvgMsg"
+          title="双击跳转详情"
           v-if="getStationName('YY') != ''"
           :style="getStyle(allHeight)"
           :class="{ alarm: getAlarm('YY') }"
@@ -262,6 +276,7 @@
         <!-- 平鲁阻虎 -->
         <div
           class="showAllSvgMsg"
+          title="双击跳转详情"
           v-if="getStationName('PL') != ''"
           :style="getStyle(allHeight)"
           :class="{ alarm: getAlarm('PL') }"
@@ -276,6 +291,7 @@
         <!-- 应县晶辉 -->
         <div
           class="showAllSvgMsg"
+          title="双击跳转详情"
           v-if="getStationName('YX') != ''"
           :style="getStyle(allHeight)"
           :class="{ alarm: getAlarm('YX') }"
@@ -290,6 +306,7 @@
         <!-- 天镇旭升 -->
         <div
           class="showAllSvgMsg"
+          title="双击跳转详情"
           v-if="getStationName('TZ') != ''"
           :style="getStyle(allHeight)"
           :class="{ alarm: getAlarm('TZ') }"
@@ -303,6 +320,7 @@
         <!-- 阳高蔚家堡 -->
         <div
           class="showAllSvgMsg"
+          title="双击跳转详情"
           v-if="getStationName('YG') != ''"
           :style="getStyle(allHeight)"
           :class="{ alarm: getAlarm('YG') }"
@@ -317,6 +335,7 @@
         <!-- 方山孙家山 -->
         <div
           class="showAllSvgMsg"
+          title="双击跳转详情"
           v-if="getStationName('FS') != ''"
           :style="getStyle(allHeight)"
           :class="{ alarm: getAlarm('FS') }"
@@ -332,6 +351,7 @@
         <!-- 山阴荣新 -->
         <div
           class="showAllSvgMsg"
+          title="双击跳转详情"
           v-if="getStationName('SY') != ''"
           :style="getStyle(allHeight)"
           :class="{ alarm: getAlarm('SY') }"
@@ -347,6 +367,7 @@
         <!-- 怀仁初晨 -->
         <div
           class="showAllSvgMsg"
+          title="双击跳转详情"
           v-if="getStationName('HR') != ''"
           :style="getStyle(allHeight)"
           :class="{ alarm: getAlarm('HR') }"
@@ -361,6 +382,7 @@
         <!-- 屯留吾元 -->
         <div
           class="showAllSvgMsg"
+          title="双击跳转详情"
           v-if="getStationName('TL') != ''"
           :style="getStyle(allHeight)"
           :class="{ alarm: getAlarm('TL') }"
@@ -376,6 +398,7 @@
         <!-- 繁峙均然 -->
         <div
           class="showAllSvgMsg"
+          title="双击跳转详情"
           v-if="getStationName('JR') != ''"
           :style="getStyle(allHeight)"
           :class="{ alarm: getAlarm('JR') }"
@@ -661,6 +684,7 @@ export default {
     margin-right: 15px;
     margin-bottom: 15px;
     position: relative;
+    cursor: pointer;
     &.alarm {
       background: fade(#3e0707, 50);
       border: 1px solid #3e0707;

+ 1 - 1
src/views/stateMonitor/powerPredictMatrix/index.vue

@@ -17,7 +17,7 @@
           @dblclick="handleClick(list[index]?.name, index)"
         >
           <div class="chart-item-name">
-            <p class="text">{{ list[index]?.name }}</p>
+            <p class="text" title="双击查看详情">{{ list[index]?.name }}</p>
           </div>
           <div class="chart-item-chart">
             <multipleLineChartVue