sunzehao пре 1 недеља
родитељ
комит
a02ef4499e

+ 4 - 4
src/views/economicsOperation/windAnalyse/performanceAssess/dayDetailInfo.vue

@@ -40,8 +40,8 @@
             <td class="white" v-for="item of gridDatas" :key="item">
               {{ item.nemCode }}
             </td>
-            <td class="white" :colspan="gridDatas.length">排名</td>
-            <td class="white" colspan="2">评分</td>
+            <!-- <td class="white" :colspan="gridDatas.length">排名</td>
+            <td class="white" colspan="2">评分</td> -->
           </tr>
           <tr v-for="item of tabEvent === -1 ? column : columnGf" :key="item">
             <td class="white">{{ item.type }}</td>
@@ -49,12 +49,12 @@
             <td class="white colorSty" v-for="row of gridDatas" :key="row">
               {{ row[item.field] }}
             </td>
-            <td class="white colorSty" v-for="row of gridDatas" :key="row">
+            <!-- <td class="white colorSty" v-for="row of gridDatas" :key="row">
               {{ row[item.rank] }}
             </td>
             <td class="white colorSty" v-for="row of gridDatas" :key="row">
               {{ row[item.score] }}
-            </td>
+            </td> -->
           </tr>
         </table>
       </div>

+ 6 - 6
src/views/economicsOperation/windAnalyse/singleWindAnasyle/historyDetail.vue

@@ -155,12 +155,12 @@ export default {
         { title: "日检修小时(h)", code: "rjxxs" },
         { title: "月检修小时(h)", code: "yjxxs" },
         { title: "年检修小时(h)", code: "njxxs" },
-        // { title: "日中断小时", code: "rzdxs" },
-        // { title: "月中断小时", code: "yzdxs" },
-        // { title: "年中断小时", code: "nzdxs" },
-        // { title: "日有效风时", code: "ryxfs" },
-        // { title: "月有效风时", code: "yyxfs" },
-        // { title: "年有效风时", code: "nyxfs" },
+        { title: "日中断小时(h)", code: "rzdxs" },
+        { title: "月中断小时(h)", code: "yzdxs" },
+        { title: "年中断小时(h)", code: "nzdxs" },
+        { title: "日有效风时(h)", code: "ryxfs" },
+        { title: "月有效风时(h)", code: "yyxfs" },
+        { title: "年有效风时(h)", code: "nyxfs" },
         { title: "日损失电量(万kWh)", code: "rssdl" },
         { title: "月损失电量(万kWh)", code: "yssdl" },
         { title: "年损失电量(万kWh)", code: "nssdl" },