|
@@ -52,6 +52,7 @@
|
|
|
align="center"
|
|
|
type="index"
|
|
|
label="序号"
|
|
|
+ width="100"
|
|
|
/>
|
|
|
<el-table-column
|
|
|
|
|
@@ -95,20 +96,21 @@
|
|
|
title="风电场性能分析报告"
|
|
|
width="50%"
|
|
|
center
|
|
|
+ style="padding: 15px 40px;"
|
|
|
>
|
|
|
<div id="pdfDom">
|
|
|
<!-- <h3 style="font-weight: bolder; font-size: 18px; color: black;text-aling:center">风电场性能分析报告</h3> -->
|
|
|
<p>
|
|
|
- <span class="ml-10">场站: {{ nbdata.name }}</span>
|
|
|
+ <span class="ml-5" style="width: 500px;">场站: {{ nbdata.name }}</span>
|
|
|
<span class="ml-77">风机型号: {{ nbdata.model }}</span>
|
|
|
</p>
|
|
|
<p>
|
|
|
- <span class="ml-10">风机数量: {{ nbdata.quantity }}</span>
|
|
|
- <span class="ml-85">装机容量(MW): {{ nbdata.capacity }}</span>
|
|
|
+ <span class="ml-5">风机数量: {{ nbdata.quantity }}</span>
|
|
|
+ <span class="ml-87">装机容量(MW): {{ nbdata.capacity }}</span>
|
|
|
</p>
|
|
|
<p>
|
|
|
- <span class="ml-10">报告生成日期: {{ time }}</span>
|
|
|
- <span class="ml-72">数据分析周期: {{ eltime }}</span>
|
|
|
+ <span class="ml-5">报告生成日期: {{ time }}</span>
|
|
|
+ <span class="ml-70">数据分析周期: {{ eltime }}</span>
|
|
|
</p>
|
|
|
<h3 style="font-weight: bolder; font-size: 18px; color: black">概述:</h3>
|
|
|
<p class="ml-7">
|
|
@@ -201,7 +203,7 @@
|
|
|
/>
|
|
|
|
|
|
<el-table-column prop="wtidcount" align="center" label="风机数量" />
|
|
|
- <el-table-column prop="remark" align="center" label="累计时间(h)" />
|
|
|
+ <el-table-column prop="remark" align="center" label="累计时间(min)" />
|
|
|
<el-table-column prop="windturbine" align="center" label="风机编号" />
|
|
|
</el-table>
|
|
|
<!-- <h3 style="font-weight: bolder; font-size: 18px; color: black">
|
|
@@ -225,7 +227,7 @@
|
|
|
结论及建议
|
|
|
</h3>
|
|
|
<p class="ml-7">
|
|
|
- 综上统计周期内数据分析,{{ nbdata.name }}的{{hjwtid}}台风机出现频率最高为{{hjcount}}次。
|
|
|
+ 综上统计周期内数据分析,{{ nbdata.name }}的{{hjwtid}}台风机出现频率最高为{{hjcount}}次,可做为重点检修对象,详细可参考分析系统分析功能。
|
|
|
</p>
|
|
|
</div>
|
|
|
<template #footer>
|