Jelajahi Sumber

常规提交

xujuanning 1 Minggu lalu
induk
melakukan
c591648116
3 mengubah file dengan 23 tambahan dan 18 penghapusan
  1. 5 5
      src/App.vue
  2. 10 10
      src/router/index.js
  3. 8 3
      src/views/economicsOperation/jjyxReport/index.vue

+ 5 - 5
src/App.vue

@@ -454,11 +454,11 @@ export default {
             },
           ],
         },
-        {
-          index: "/economicsOperation/rateAnalysis",
-          svg: `<svg t="1711616084528" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10256" width="25" height="25"><path d="M819.2 256h-102.4v460.8h102.4z m-256-102.4H460.8v563.2h102.4zM307.2 358.4H204.8v358.4h102.4z m-204.8 409.6v102.4h819.2v-102.4z" fill="" p-id="10257"></path></svg>`,
-          name: "对风偏差分析",
-        },
+        // {
+        //   index: "/economicsOperation/rateAnalysis",
+        //   svg: `<svg t="1711616084528" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10256" width="25" height="25"><path d="M819.2 256h-102.4v460.8h102.4z m-256-102.4H460.8v563.2h102.4zM307.2 358.4H204.8v358.4h102.4z m-204.8 409.6v102.4h819.2v-102.4z" fill="" p-id="10257"></path></svg>`,
+        //   name: "对风偏差分析",
+        // },
         {
           index: "/economicsOperation/singleMachineDev",
           svg: `<svg t="1711616690183" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="35383" width="25" height="25"><path d="M167.68 753.92V1.28h-64v816.64h816.64v-64z" fill="#33CAB7" p-id="35384"></path><path d="M395.52 327.68L193.28 124.16v90.88l157.44 157.44zM481.28 674.56l44.8-44.8-122.88-122.88 75.52-75.52 139.52 139.52 64-64L828.16 652.8l44.8-44.8-145.92-145.92L856.32 332.8v62.72h64V224H748.8v64h62.72l-193.28 192-139.52-139.52L193.28 625.92V716.8L358.4 551.68z" fill="#33CAB7" p-id="35385"></path></svg>`,

+ 10 - 10
src/router/index.js

@@ -873,16 +873,16 @@ export const asyncRoutes = [
             //     },
             // },
 
-            {
-                path: "rateAnalysis", // 对风偏差分析
-                name: "rateAnalysis",
-                component: () => import("@/views/rateAnalysis/index"),
-                meta: {
-                    title: "对风偏差分析",
-                    icon: "svg-environment",
-                    permissions: ["jn_alarmConfig"],
-                },
-            },
+            // {
+            //     path: "rateAnalysis", // 对风偏差分析
+            //     name: "rateAnalysis",
+            //     component: () => import("@/views/rateAnalysis/index"),
+            //     meta: {
+            //         title: "对风偏差分析",
+            //         icon: "svg-environment",
+            //         permissions: ["jn_alarmConfig"],
+            //     },
+            // },
             {
                 path: "singleMachineDev", // 测风塔单机偏差分析
                 name: "singleMachineDev",

+ 8 - 3
src/views/economicsOperation/jjyxReport/index.vue

@@ -130,7 +130,7 @@
                     label="关键信息"
                     >
                     <template #default="scope">
-                        <pre>{{scope.row.content}}</pre>
+                        <pre style="font-family: Arial">{{scope.row.content}}</pre>
                     </template>
                     </el-table-column>
                 </el-table>
@@ -172,6 +172,11 @@
                         fontSize: '14px',
                         fontWeight: bold,
                     }"
+                    :cell-style="{
+                        fontSize: '14px',
+                        fontWeight: bold,
+                        fontFamily: Arial
+                    }"
                     >
                         <el-table-column
                         prop="dbwd"
@@ -185,7 +190,7 @@
                         label="Top3(风机编号+数值)"
                         >
                         <template #default="scope">
-                            <pre>{{scope.row.top}}</pre>
+                            <pre style="font-family: Arial">{{scope.row.top}}</pre>
                         </template>
                         </el-table-column>
                         <el-table-column
@@ -194,7 +199,7 @@
                         label="末3(风机编号+数值)"
                         >
                         <template #default="scope">
-                            <pre>{{scope.row.bottom}}</pre>
+                            <pre style="font-family: Arial">{{scope.row.bottom}}</pre>
                         </template>
                         </el-table-column>
                     </el-table>