|
@@ -148,7 +148,7 @@
|
|
|
</panel>
|
|
|
<div class="table-info">
|
|
|
<panel class="table-panel" :title="'当日报警记录'" :showLine="false">
|
|
|
- <el-table
|
|
|
+ <!-- <el-table
|
|
|
:data="warnTableData.data"
|
|
|
height="calc(100% - 33px)"
|
|
|
stripe
|
|
@@ -161,7 +161,8 @@
|
|
|
:label="item.name"
|
|
|
:prop="item.field"
|
|
|
/>
|
|
|
- </el-table>
|
|
|
+ </el-table> -->
|
|
|
+ <Table :data="warnTableData" :canScroll="true" :height="'90%'" :maxHeight="'150px'" :ispage="true" />
|
|
|
<el-pagination
|
|
|
v-if="warnPage.total > 0"
|
|
|
hide-on-single-page
|
|
@@ -449,7 +450,7 @@
|
|
|
:title="'当日报警记录'"
|
|
|
:showLine="false"
|
|
|
>
|
|
|
- <el-table
|
|
|
+ <!-- <el-table
|
|
|
:data="warnTableData.data"
|
|
|
height="calc(100% - 33px)"
|
|
|
stripe
|
|
@@ -462,7 +463,8 @@
|
|
|
:label="item.name"
|
|
|
:prop="item.field"
|
|
|
/>
|
|
|
- </el-table>
|
|
|
+ </el-table> -->
|
|
|
+ <Table :data="warnTableData" :canScroll="true" :height="'23vh'" :maxHeight="'190px'" :ispage="true" />
|
|
|
<el-pagination
|
|
|
v-if="warnPage.total > 0"
|
|
|
hide-on-single-page
|
|
@@ -513,7 +515,7 @@
|
|
|
<div class="wind-info">
|
|
|
<div class="legend">
|
|
|
<span class="dot"></span>
|
|
|
- <span class="titSty">{{ rzdfsStr }}</span>
|
|
|
+ <span class="titSty">{{ rzdfsStr }}%</span>
|
|
|
</div>
|
|
|
<!-- <radar-chart
|
|
|
:width="'100%'"
|
|
@@ -524,6 +526,8 @@
|
|
|
<rander-new-chart
|
|
|
width="100%"
|
|
|
height="100%"
|
|
|
+ title="日最大风速"
|
|
|
+ subtext="(m/s)"
|
|
|
:lenged="rzdfsLen"
|
|
|
:xAxis="rzdfsxaisx"
|
|
|
:series="rzdfsData"
|
|
@@ -541,7 +545,7 @@
|
|
|
<div class="wind-info">
|
|
|
<div class="legend">
|
|
|
<span class="dot"></span>
|
|
|
- <span class="titSty">{{ yzdfsStr }}</span>
|
|
|
+ <span class="titSty">{{ yzdfsStr }}%</span>
|
|
|
</div>
|
|
|
<!-- <radar-chart
|
|
|
:width="'100%'"
|
|
@@ -552,6 +556,8 @@
|
|
|
<rander-new-chart
|
|
|
width="100%"
|
|
|
height="100%"
|
|
|
+ title="月最大风速"
|
|
|
+ subtext="(m/s)"
|
|
|
:lenged="yzdfsLen"
|
|
|
:xAxis="yzdfsxaisx"
|
|
|
:series="yzdfsData"
|
|
@@ -569,7 +575,7 @@
|
|
|
<div class="wind-info">
|
|
|
<div class="legend">
|
|
|
<span class="dot"></span>
|
|
|
- <span class="titSty">{{ nzdfsStr }}</span>
|
|
|
+ <span class="titSty">{{ nzdfsStr }}%</span>
|
|
|
</div>
|
|
|
<!-- <radar-chart
|
|
|
:width="'100%'"
|
|
@@ -580,6 +586,8 @@
|
|
|
<rander-new-chart
|
|
|
width="100%"
|
|
|
height="100%"
|
|
|
+ title="年最大风速"
|
|
|
+ subtext="(m/s)"
|
|
|
:lenged="nzdfsLen"
|
|
|
:xAxis="nzdfsxaisx"
|
|
|
:series="nzdfsData"
|
|
@@ -599,7 +607,7 @@
|
|
|
<div class="wind-info">
|
|
|
<div class="legend">
|
|
|
<span class="dot"></span>
|
|
|
- <span class="titSty">{{ rfxplStr }}</span>
|
|
|
+ <span class="titSty">{{ rfxplStr }}%</span>
|
|
|
</div>
|
|
|
<!-- <radar-chart
|
|
|
:width="'100%'"
|
|
@@ -610,6 +618,8 @@
|
|
|
<rander-new-chart
|
|
|
width="100%"
|
|
|
height="100%"
|
|
|
+ title="日风向频率"
|
|
|
+ subtext="(%)"
|
|
|
:lenged="rfxplLen"
|
|
|
:xAxis="rfxplxaisx"
|
|
|
:series="rfxplData"
|
|
@@ -627,7 +637,7 @@
|
|
|
<div class="wind-info">
|
|
|
<div class="legend">
|
|
|
<span class="dot"></span>
|
|
|
- <span class="titSty">{{ yfxplStr }}</span>
|
|
|
+ <span class="titSty">{{ yfxplStr }}%</span>
|
|
|
</div>
|
|
|
<!-- <radar-chart
|
|
|
:width="'100%'"
|
|
@@ -638,6 +648,8 @@
|
|
|
<rander-new-chart
|
|
|
width="100%"
|
|
|
height="100%"
|
|
|
+ title="月风向频率"
|
|
|
+ subtext="(%)"
|
|
|
:lenged="yfxplLen"
|
|
|
:xAxis="yfxplxaisx"
|
|
|
:series="yfxplData"
|
|
@@ -655,7 +667,7 @@
|
|
|
<div class="wind-info">
|
|
|
<div class="legend">
|
|
|
<span class="dot"></span>
|
|
|
- <span class="titSty">{{ nfxplStr }}</span>
|
|
|
+ <span class="titSty">{{ nfxplStr }}%</span>
|
|
|
</div>
|
|
|
<!-- <radar-chart
|
|
|
:width="'100%'"
|
|
@@ -666,6 +678,8 @@
|
|
|
<rander-new-chart
|
|
|
width="100%"
|
|
|
height="100%"
|
|
|
+ title="年风向频率"
|
|
|
+ subtext="(%)"
|
|
|
:lenged="nfxplLen"
|
|
|
:xAxis="nfxplxaisx"
|
|
|
:series="nfxplData"
|
|
@@ -689,7 +703,7 @@
|
|
|
<div class="wind-info">
|
|
|
<div class="legend mg-r-16">
|
|
|
<span class="dot"></span>
|
|
|
- <span class="titSty">{{ rzdfsStr }}</span>
|
|
|
+ <span class="titSty">{{ rzdfsStr }}%</span>
|
|
|
</div>
|
|
|
<!-- <radar-chart
|
|
|
:width="'100%'"
|
|
@@ -719,7 +733,7 @@
|
|
|
<div class="wind-info">
|
|
|
<div class="legend mg-r-16">
|
|
|
<span class="dot"></span>
|
|
|
- <span class="titSty">{{ yzdfsStr }}</span>
|
|
|
+ <span class="titSty">{{ yzdfsStr }}%</span>
|
|
|
</div>
|
|
|
<!-- <radar-chart
|
|
|
:width="'100%'"
|
|
@@ -749,7 +763,7 @@
|
|
|
<div class="wind-info">
|
|
|
<div class="legend mg-r-16">
|
|
|
<span class="dot"></span>
|
|
|
- <span class="titSty">{{ nzdfsStr }}</span>
|
|
|
+ <span class="titSty">{{ nzdfsStr }}%</span>
|
|
|
</div>
|
|
|
<!-- <radar-chart
|
|
|
:width="'100%'"
|
|
@@ -781,7 +795,7 @@
|
|
|
<div class="wind-info">
|
|
|
<div class="legend">
|
|
|
<span class="dot"></span>
|
|
|
- <span class="titSty">{{ rfxplStr }}</span>
|
|
|
+ <span class="titSty">{{ rfxplStr }}%</span>
|
|
|
</div>
|
|
|
<!-- <radar-chart
|
|
|
:width="'100%'"
|
|
@@ -811,7 +825,7 @@
|
|
|
<div class="wind-info">
|
|
|
<div class="legend">
|
|
|
<span class="dot"></span>
|
|
|
- <span class="titSty">{{ yfxplStr }}</span>
|
|
|
+ <span class="titSty">{{ yfxplStr }}%</span>
|
|
|
</div>
|
|
|
<!-- <radar-chart
|
|
|
:width="'100%'"
|
|
@@ -841,7 +855,7 @@
|
|
|
<div class="wind-info">
|
|
|
<div class="legend">
|
|
|
<span class="dot"></span>
|
|
|
- <span class="titSty">{{ nfxplStr }}</span>
|
|
|
+ <span class="titSty">{{ nfxplStr }}%</span>
|
|
|
</div>
|
|
|
<!-- <radar-chart
|
|
|
:width="'100%'"
|