|
@@ -69,21 +69,21 @@
|
|
|
</div>
|
|
|
<div class="content">
|
|
|
<a-table v-if="index == 0" ref="table" size="small"
|
|
|
- :scroll="{ y: listData.fiber.length != 0 ? 160 : 320 }" :columns="columns"
|
|
|
+ :scroll="{ y: listData.fiber.length != 0 ? 160 : 270 }" :columns="columns"
|
|
|
:data-source="monitorlistYw" :pagination="false">
|
|
|
<span slot="action" slot-scope="text, record"></span>
|
|
|
</a-table>
|
|
|
<a-table v-if="index == 1" ref="table1" size="small" :columns="columns" :data-source="monitorlistHy"
|
|
|
- :pagination="false" :scroll="{ y: listData.fiber.length != 0 ? 160 : 320 }">
|
|
|
+ :pagination="false" :scroll="{ y: listData.fiber.length != 0 ? 160 : 270 }">
|
|
|
<span slot="action" slot-scope="text, record"> </span>
|
|
|
</a-table>
|
|
|
<a-table v-if="index == 2" ref="table" size="small"
|
|
|
- :scroll="{ y: listData.fiber.length != 0 ? 160 : 320 }" :columns="columns"
|
|
|
+ :scroll="{ y: listData.fiber.length != 0 ? 160 : 270 }" :columns="columns"
|
|
|
:data-source="monitorlistPl" :pagination="false">
|
|
|
<span slot="action" slot-scope="text, record"> </span>
|
|
|
</a-table>
|
|
|
|
|
|
- <a-table v-if="index == 3" ref="table" size="small" :scroll="{ y: listData.fiber.length != 0 ? 160 : 320 }"
|
|
|
+ <a-table v-if="index == 3" ref="table" size="small" :scroll="{ y: listData.fiber.length != 0 ? 160 : 270 }"
|
|
|
:columns="columns" :data-source="monitorlistWd" :pagination="false">
|
|
|
<span slot="action" slot-scope="text, record"> </span>
|
|
|
</a-table>
|
|
@@ -91,7 +91,16 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div :class="strType == 'sys_coalseam' ? 'footer-box1' : 'footer-box'"
|
|
|
- v-if="listData.bundletube.length == 0 || strType == 'sys_coalseam' && listData.fiber.length != 0">
|
|
|
+ v-if="listData.bundletube.length == 0 && strType != 'sys_coalseam'">
|
|
|
+ <div class="footer-title">
|
|
|
+ <div class="echart-label">光钎测温系统实时温度监测</div>
|
|
|
+ </div>
|
|
|
+ <div class="echart-content">
|
|
|
+ <echartLine2 :echartDataWd="echartDataWd"></echartLine2>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div :class="strType == 'sys_coalseam' ? 'footer-box1' : 'footer-box'"
|
|
|
+ v-if="strType == 'sys_coalseam' && listData.fiber.length != 0">
|
|
|
<div class="footer-title">
|
|
|
<div class="echart-label">光钎测温系统实时温度监测</div>
|
|
|
</div>
|