소스 검색

bug修改

chenminghua 2 년 전
부모
커밋
aeb95318b3

+ 1 - 1
public/static/config/modeConfig.js

@@ -1,5 +1,5 @@
 // 本地联调开关
-const localTest = false;
+const localTest = true;
 
 // 服务器地址
 let baseURL = null;

+ 4 - 32
src/components/other/healthReport/index.vue

@@ -519,7 +519,7 @@
       <div class="textBox">
         <el-form>
           <el-form-item class="imp fw text-indent-2"
-            >动监测:时域分析分析法</el-form-item
+            >动监测:时域分析分析法</el-form-item
           >
           <el-form-item class="text-indent-2"
             >有量纲参数:均值为100,方差为49,均方幅值67,峰值,260,平均幅值44,均方值120</el-form-item
@@ -531,7 +531,7 @@
             >结合两种指标都未发现明显劣化值</el-form-item
           >
           <el-form-item class="text-indent-2"
-            >频域分析法:根据动检测提供频域分析结果,现有设备运行正常</el-form-item
+            >频域分析法:根据动检测提供频域分析结果,现有设备运行正常</el-form-item
           >
           <multiple-line-chart
             :showLegend="true"
@@ -584,34 +584,6 @@
       </div>
       <div class="textBox">
         <el-form>
-          <el-form-item class="imp fw text-indent-2"
-            >震动监测:时域分析分析法</el-form-item
-          >
-          <el-form-item class="text-indent-2"
-            >有量纲参数:均值为100,方差为49,均方幅值67,峰值,260,平均幅值44,均方值120</el-form-item
-          >
-          <el-form-item class="text-indent-2"
-            >无量纲参数:峭度指标20,峰值指标50,波形指标90,脉冲指标77</el-form-item
-          >
-          <el-form-item class="text-indent-2"
-            >结合两种指标都位发现明显劣化值</el-form-item
-          >
-          <el-form-item class="text-indent-2"
-            >频域分析法:根据震动检测提供频域分析结果,现有设备运行正常</el-form-item
-          >
-          <multiple-line-chart
-            :showLegend="true"
-            :hoverType="'axis'"
-            :list="wttragetreportcharts.zk"
-          />
-          <el-form-item class="imp fw">统计分析:</el-form-item>
-          <el-form-item class="text-indent-2"
-            >发电机类故障,平均故障周期在12个月,上次故障距此次评价时间为5个月,发电机处于平稳运行周期。</el-form-item
-          >
-        </el-form>
-      </div>
-      <div class="textBox">
-        <el-form>
           <el-form-item class="imp fw text-indent-2">变桨</el-form-item>
           <el-form-item class="text-indent-2"> 1)关键参数:变桨采用“变桨电机温度1”、“变桨电机温度2”
               、“变桨电机温度3”、“变频器温度1”、“变频器温度2”
@@ -643,7 +615,7 @@
             <el-table-column prop="df" label="得分"></el-table-column>
           </el-table>
 
-          <el-form-item class="imp fw text-indent-2">动监测:</el-form-item>
+          <el-form-item class="imp fw text-indent-2">动监测:</el-form-item>
           <el-form-item class="text-indent-2">时域分析分析法</el-form-item>
           <el-form-item class="text-indent-2"
             >有量纲参数:均值为100,方差为49,均方幅值67,峰值,260,平均幅值44,均方值120</el-form-item
@@ -655,7 +627,7 @@
             >结合两种指标都位发现明显劣化值</el-form-item
           >
           <el-form-item class="text-indent-2"
-            >频域分析法:根据动检测提供频域分析结果,现有设备运行正常</el-form-item
+            >频域分析法:根据动检测提供频域分析结果,现有设备运行正常</el-form-item
           >
           <multiple-line-chart
             :showLegend="true"

+ 1 - 1
src/views/Decision/slgl/xqjsl.vue

@@ -85,7 +85,7 @@ export default {
             sortable: true
           },
           {
-            name: "消缺及时次数",
+            name: "消缺及时",
             field: "xqjsl",
             is_num: false,
             is_light: false,

+ 8 - 8
src/views/Decision/slgl/ztzhl.vue

@@ -87,56 +87,56 @@ export default {
             sortable: true
           },
           {
-            name: "5分钟",
+            name: "5分钟/次数",
             field: "wfz",
             is_num: false,
             is_light: false,
             sortable: true
           },
           {
-            name: "5分钟",
+            name: "5分钟/转换率",
             field: "wfzfwl",
             is_num: false,
             is_light: false,
             sortable: true
           },
           {
-            name: "10分钟",
+            name: "10分钟/次数",
             field: "sfz",
             is_num: false,
             is_light: false,
             sortable: true
           },
           {
-            name: "10分钟",
+            name: "10分钟/转换率",
             field: "sfzfwl",
             is_num: false,
             is_light: false,
             sortable: true
           },
           {
-            name: "15分钟",
+            name: "15分钟/次数",
             field: "swfz",
             is_num: false,
             is_light: false,
             sortable: true
           },
           {
-            name: "15分钟",
+            name: "15分钟/转换率",
             field: "swfzfwl",
             is_num: false,
             is_light: false,
             sortable: true
           },
           {
-            name: "20分钟",
+            name: "20分钟/次数",
             field: "esfz",
             is_num: false,
             is_light: false,
             sortable: true
           },
           {
-            name: "20分钟",
+            name: "20分钟/转换率",
             field: "esfzfwl",
             is_num: false,
             is_light: false,

+ 4 - 5
src/views/alarmCenter/customStatistics.vue

@@ -86,7 +86,7 @@
         </table>
       </div>
       <div class="dChart" height="100%" id="dChart">
-        <!-- <div class="title">报警统计柱状图</div> -->
+        <div class="title">报警统计柱状图</div>
         <!-- <multiple-hover-bar-chart height="80%" width="90%"></multiple-hover-bar-chart> -->
         <!-- <multiple-hover-bar-chart height="100%" :list="dChartData"></multiple-hover-bar-chart> -->
       </div>
@@ -111,7 +111,6 @@ export default {
       dialogShow: false,
       dGridData: [],
       dChartData: []
-
       // tableLoading: true
     };
   },
@@ -143,7 +142,7 @@ export default {
       this.API.requestData({
         timeout: 30000,
         method: "GET",
-        baseURL: "http://192.168.1.18:8075/",
+        baseURL: "http://192.168.1.14:8075/",
         subUrl: "alarm/count/querymap2",
         data: {
           stationid: this.stationId,
@@ -169,7 +168,7 @@ export default {
       let resData = await this.API.requestData({
         timeout: 30000,
         method: "GET",
-        baseURL: "http://192.168.1.18:8075/",
+        baseURL: "http://192.168.1.14:8075/",
         subUrl: "alarm/count/querybyname2",
         data: {
           stationid: this.stationId,
@@ -193,7 +192,7 @@ export default {
       let resData = await this.API.requestData({
         timeout: 30000,
         method: "GET",
-        baseURL: "http://192.168.1.18:8075/",
+        baseURL: "http://192.168.1.14:8075/",
         subUrl: "alarm/count/lineandproject",
         data: {
           stationid: this.stationId,

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

@@ -550,28 +550,28 @@ export default {
                 },
               ],
             },
-            {
-              text: "故障预警",
-              icon: "svg-预警记录",
-              path: "/health/MalfunctionWarning/",
-              children: [
-                {
-                  text: "无监督学习",
-                  icon: "svg-wind-site",
-                  path: "/health/MalfunctionWarning/",
-                },
-                {
-                  text: "有监督学习",
-                  icon: "svg-wind-site",
-                  path: "/health/MalfunctionWarning/Supervised",
-                },
-                {
-                  text: "齿轮箱故障诊断",
-                  icon: "svg-wind-site",
-                  path: "/health/MalfunctionWarning/diagnose",
-                },
-              ],
-            },
+            // {
+            //   text: "故障预警",
+            //   icon: "svg-预警记录",
+            //   path: "/health/MalfunctionWarning/",
+            //   children: [
+            //     {
+            //       text: "无监督学习",
+            //       icon: "svg-wind-site",
+            //       path: "/health/MalfunctionWarning/",
+            //     },
+            //     {
+            //       text: "有监督学习",
+            //       icon: "svg-wind-site",
+            //       path: "/health/MalfunctionWarning/Supervised",
+            //     },
+            //     {
+            //       text: "齿轮箱故障诊断",
+            //       icon: "svg-wind-site",
+            //       path: "/health/MalfunctionWarning/diagnose",
+            //     },
+            //   ],
+            // },
           ],
         },
         {
@@ -992,73 +992,73 @@ export default {
                 },
               ],
             },
-            {
-              text: "样本库",
-              icon: "svg-报表管理",
-              path: "/others/fault",
-              children: [
-                 {
-                  text: "设备管理",
-                  icon: "svg-wind-site",
-                  path: "/others/device",
-                },
-                {
-                  text: "故障训练样本库",
-                  icon: "svg-matrix",
-                  path: "/others/fault",
-                },
-                {
-                  text: "预警分析样本库",
-                  icon: "svg-matrix",
-                  path: "/others/warning",
-                },
-                {
-                  text: "性能下降样本库",
-                  icon: "svg-matrix",
-                  path: "/others/performance",
-                },
-                {
-                  text: "功率曲线拟合分析",
-                  icon: "svg-matrix",
-                  path: "/others/totalCurve",
-                },
-                {
-                  text: "性能预警综合分析",
-                  icon: "svg-matrix",
-                  path: "/others/analysis",
-                },
-                {
-                  text: "天气预测数据",
-                  icon: "svg-matrix",
-                  path: "/others/weatherPrognosis",
-                },
-                {
-                  text: "风机检修规则",
-                  icon: "svg-matrix",
-                  path: "/others/overhaulRule",
-                },
-                {
-                  text: "故障检修手册",
-                  icon: "svg-matrix",
-                  path: "/others/faultManual",
-                },
-                {
-                  text: "故障维修记录",
-                  icon: "svg-matrix",
-                  path: "/others/knowledgeBase",
-                },
-                // {
-                //   text: "发电能力分析",
-                //   icon: "svg-matrix",
-                //   path: "/others/abilityAnalysis",
-                // },
-                // {
-                //   text: "风电营销样本库",
-                //   icon: "svg-matrix",
-                //   path: "/others/market",
-                // }
-              ],
-            },
+            // {
+            //   text: "样本库",
+            //   icon: "svg-报表管理",
+            //   path: "/others/fault",
+            //   children: [
+            //      {
+            //       text: "设备管理",
+            //       icon: "svg-wind-site",
+            //       path: "/others/device",
+            //     },
+            //     {
+            //       text: "故障训练样本库",
+            //       icon: "svg-matrix",
+            //       path: "/others/fault",
+            //     },
+            //     {
+            //       text: "预警分析样本库",
+            //       icon: "svg-matrix",
+            //       path: "/others/warning",
+            //     },
+            //     {
+            //       text: "性能下降样本库",
+            //       icon: "svg-matrix",
+            //       path: "/others/performance",
+            //     },
+            //     {
+            //       text: "功率曲线拟合分析",
+            //       icon: "svg-matrix",
+            //       path: "/others/totalCurve",
+            //     },
+            //     {
+            //       text: "性能预警综合分析",
+            //       icon: "svg-matrix",
+            //       path: "/others/analysis",
+            //     },
+            //     {
+            //       text: "天气预测数据",
+            //       icon: "svg-matrix",
+            //       path: "/others/weatherPrognosis",
+            //     },
+            //     {
+            //       text: "风机检修规则",
+            //       icon: "svg-matrix",
+            //       path: "/others/overhaulRule",
+            //     },
+            //     {
+            //       text: "故障检修手册",
+            //       icon: "svg-matrix",
+            //       path: "/others/faultManual",
+            //     },
+            //     {
+            //       text: "故障维修记录",
+            //       icon: "svg-matrix",
+            //       path: "/others/knowledgeBase",
+            //     },
+            //       {
+            //         text: "发电能力分析",
+            //         icon: "svg-matrix",
+            //         path: "/others/abilityAnalysis",
+            //       },
+            //       {
+            //         text: "风电营销样本库",
+            //         icon: "svg-matrix",
+            //         path: "/others/market",
+            //       }
+            //   ],
+            // },
           ],
         },
       ],