Biao 3 years ago
parent
commit
b21fc9fe0f
3 changed files with 54 additions and 43 deletions
  1. 17 17
      src/views/Others/index.vue
  2. 17 17
      src/views/layout/Menu.vue
  3. 20 9
      src/views/malfunctionDiagnose/index.vue

+ 17 - 17
src/views/Others/index.vue

@@ -64,15 +64,15 @@
               />
               <p class="imgTitle">统计分析</p>
             </div> -->
-            <div class="imgItem1" @click="jumpUrl('/others/bdzcx')">
+            <div class="imgItem1" @click="jumpUrl('/decision/statisticAnalysis')">
               <el-image
                 class="img1"
                 src="./static/img/o表底值查询.png"
                 fit="fill"
               />
-              <p class="imgTitle">表底值查询</p>
+              <p class="imgTitle">报表管理</p>
             </div>
-            <div class="imgItem1" @click="jumpUrl('/others/xnyrb')">
+            <div class="imgItem1" @click="jumpUrl('/decision/statisticAnalysis/daily')">
               <el-image
                 class="img1"
                 src="./static/img/o新能源日报.png"
@@ -80,7 +80,7 @@
               />
               <p class="imgTitle">新能源日报</p>
             </div>
-            <div class="imgItem1" @click="jumpUrl('/others/xnyfdscyb')">
+            <!-- <div class="imgItem1" @click="jumpUrl('/others/xnyfdscyb')">
               <el-image
                 class="img1"
                 src="./static/img/o新能源月报.png"
@@ -95,15 +95,15 @@
                 fit="fill"
               />
               <p class="imgTitle">风电场站自定义</p>
-            </div>
-            <div class="imgItem1" @click="jumpUrl('/others/fdxmzdy')">
+            </div> -->
+            <!-- <div class="imgItem1" @click="jumpUrl('/others/fdxmzdy')">
               <el-image
                 class="img1"
                 src="./static/img/o风电自定义.png"
                 fit="fill"
               />
               <p class="imgTitle">风电项目自定义</p>
-            </div>
+            </div> -->
           </div>
         </div>
       </el-carousel-item>
@@ -227,16 +227,16 @@ export default {
     return {
       wppointnum: {},
       wppointColumn: {
-        MHS_FDC: "麻黄山风电场",
-        NSS_FDC: "牛首山风电场",
-        QS_FDC: "青山风电场",
-        SBQ_FDC: "石板泉风电场",
-        XS_FDC: "香山风电场",
-        DWK_GDC: "大武口电站",
-        PL_GDC: "平罗电站",
-        XH_GDC: "宣和电站",
-        MCH_GDC: "马场湖电站",
-        JSFW: "计算服务测点",
+        CL_FDC: "崇礼风电场",
+        KB_FDC: "康保风电场",
+        DX_FDC: "代县风电场",
+        SY_FDC: "寿阳风电场",
+        // XS_FDC: "香山风电场",
+        // DWK_GDC: "大武口电站",
+        // PL_GDC: "平罗电站",
+        // XH_GDC: "宣和电站",
+        // MCH_GDC: "马场湖电站",
+        // JSFW: "计算服务测点",
       },
       earlyAlarmData: {},
       earlyAlarmColumn: [

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

@@ -336,24 +336,24 @@ export default {
               icon: "svg-qxfx",
               path: "/decision/fs",
             },
-            {
-              text: "报表管理",
-              icon: "svg-统计分析",
-              path: "/decision/statisticAnalysis",
-               children: [
-                {
-                  text: "统计分析",
-                  icon: "svg-matrix",
-                  path: "/decision/statisticAnalysis",
-                },
-                {
-                  text: "新能源日报",
-                  icon: "svg-matrix",
-                  path: "/decision/statisticAnalysis/daily",
-                },
+            // {
+            //   text: "报表管理",
+            //   icon: "svg-统计分析",
+            //   path: "/decision/statisticAnalysis",
+            //    children: [
+            //     {
+            //       text: "统计分析",
+            //       icon: "svg-matrix",
+            //       path: "/decision/statisticAnalysis",
+            //     },
+            //     {
+            //       text: "新能源日报",
+            //       icon: "svg-matrix",
+            //       path: "/decision/statisticAnalysis/daily",
+            //     },
              
-              ],
-            },
+            //   ],
+            // },
             // {
             //   text: "电量预测",
             //   icon: "svg-dlyc",

+ 20 - 9
src/views/malfunctionDiagnose/index.vue

@@ -123,6 +123,7 @@
 
 <script>
 import ComTable from "@com/coms/table/table.vue";
+import api from "@api/economic/index.js";
 export default {
   // 名称
   name: "cutAnalyse",
@@ -213,20 +214,30 @@ export default {
   methods: {
     // 请求服务
     requestData() {
-      let that = this;
-      that.API.requestData({
-        method: "GET",
-        subUrl: "powercompare/windfarmAjax",
-        success(res) {
-          that.wpArray = res.data;
-          that.wpId = res.data[0].id;
-          that.getProject();
-        },
+
+      api.benchmarkingWplist({}).then((res) => {
+            this.wpArray = res.data;
+          this.wpId = res.data[0].id;
+          this.getProject();
       });
+
+
+
+      // let that = this;
+      // that.API.requestData({
+      //   method: "GET",
+      //   subUrl: "powercompare/windfarmAjax",
+      //   success(res) {
+      //     that.wpArray = res.data;
+      //     that.wpId = res.data[0].id;
+      //     that.getProject();
+      //   },
+      // });
     },
 
     // 获取期数
     getProject() {
+      
       let that = this;
       that.API.requestData({
         method: "GET",