Browse Source

问题修改

xujuanning 2 months ago
parent
commit
eb50f99218

+ 9 - 9
src/App.vue

@@ -249,25 +249,25 @@ export default {
               name: "预警分析",
               index: "/integratedAlarm/reliability/customAnalyse",
             },
-            {
-              name: "报警分析",
-              index: "/integratedAlarm/reliability/historyAnalyse",
-            },
+            // {
+            //   name: "报警分析",
+            //   index: "/integratedAlarm/reliability/historyAnalyse",
+            // },
           ],
         },
         {
           svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="25" height="25"><path fill="#33cab8" d="M389.44 768a96.064 96.064 0 0 1 181.12 0H896v64H570.56a96.064 96.064 0 0 1-181.12 0H128v-64zm192-288a96.064 96.064 0 0 1 181.12 0H896v64H762.56a96.064 96.064 0 0 1-181.12 0H128v-64zm-320-288a96.064 96.064 0 0 1 181.12 0H896v64H442.56a96.064 96.064 0 0 1-181.12 0H128v-64z"></path></svg>`,
-          name: "警配置",
+          name: "警配置",
           index: "/integratedAlarm/alarmConfig/customConfig",
           children: [
             {
               name: "预警配置",
               index: "/integratedAlarm/alarmConfig/customConfig",
             },
-            {
-              name: "报警配置",
-              index: "/integratedAlarm/alarmConfig/historyConfig",
-            },
+            // {
+            //   name: "报警配置",
+            //   index: "/integratedAlarm/alarmConfig/historyConfig",
+            // },
             {
               name: "预警排查方案",
               index: "/integratedAlarm/alarmConfig/earlyWarning",

+ 23 - 23
src/router/index.js

@@ -144,17 +144,17 @@ export const asyncRoutes = [
                             permissions: ["jn_reliability_yjfx"],
                         },
                     },
-                    {
-                        path: "historyAnalyse", // 报警分析
-                        name: "historyAnalyse",
-                        component: () =>
-                            import("@/views/IntegratedAlarm/reliability/historyAnalyse"),
-                        meta: {
-                            title: "报警分析",
-                            icon: "",
-                            permissions: ["jn_reliability_bjfx"],
-                        },
-                    }
+                    // {
+                    //     path: "historyAnalyse", // 报警分析
+                    //     name: "historyAnalyse",
+                    //     component: () =>
+                    //         import("@/views/IntegratedAlarm/reliability/historyAnalyse"),
+                    //     meta: {
+                    //         title: "报警分析",
+                    //         icon: "",
+                    //         permissions: ["jn_reliability_bjfx"],
+                    //     },
+                    // }
                 ]
             },
             {
@@ -162,7 +162,7 @@ export const asyncRoutes = [
                 name: "alarmConfig",
                 component: () => import("@/views/IntegratedAlarm/alarmConfig"),
                 meta: {
-                    title: "警配置",
+                    title: "警配置",
                     icon: "svg-bjpz",
                     permissions: ["jn_alarmConfig"],
                 },
@@ -178,17 +178,17 @@ export const asyncRoutes = [
                             permissions: ["jn_safe_ssbj"],
                         },
                     },
-                    {
-                        path: "historyConfig", // 报警配置
-                        name: "historyConfig",
-                        component: () =>
-                            import("@/views/IntegratedAlarm/alarmConfig/historyConfig"),
-                        meta: {
-                            title: "报警配置",
-                            icon: "",
-                            permissions: ["jn_alarmConfig_bjpz"],
-                        },
-                    },
+                    // {
+                    //     path: "historyConfig", // 报警配置
+                    //     name: "historyConfig",
+                    //     component: () =>
+                    //         import("@/views/IntegratedAlarm/alarmConfig/historyConfig"),
+                    //     meta: {
+                    //         title: "报警配置",
+                    //         icon: "",
+                    //         permissions: ["jn_alarmConfig_bjpz"],
+                    //     },
+                    // },
                     {
                         path: "earlyWarning",
                         name: "earlyWarning",

+ 0 - 2
src/views/economicsOperation/windAnalyse/cutInAndOutAnalysis/index.vue

@@ -86,7 +86,6 @@
             prop="wtcode"
             label="风机"
             width="150"
-            fixed="left"
           >
           </el-table-column>
           <el-table-column
@@ -112,7 +111,6 @@
             prop="windturbineId"
             label="操作"
             width="70"
-            fixed="right"
           >
             <template #default="scope">
               <!-- <el-button class="historyBtn" @click="seachHistoryData(scope.row)">历史</el-button> -->

+ 7 - 1
src/views/economicsOperation/windAnalyse/performanceAssess/dayDetailInfo.vue

@@ -518,8 +518,13 @@ export default {
         border-collapse: collapse;
         tr {
           background: transparent;
+          &:nth-child(n) {
+            // background: rgba(83, 89, 104, 0.1);
+            background: #030713;
+          }
           &:nth-child(2n) {
-            background: rgba(83, 89, 104, 0.1);
+            // background: rgba(83, 89, 104, 0.1);
+            background: #10192e;
           }
           td {
             padding: 10px;
@@ -579,6 +584,7 @@ export default {
         flex-grow: 1;
         display: flex;
         align-items: center;
+        background: #142446 !important;
       }
     }
     .right {