|
@@ -92,11 +92,7 @@
|
|
|
<div class="leftContent">
|
|
|
<span>{{ pageTitle }}</span>
|
|
|
</div>
|
|
|
- <el-table
|
|
|
- style="height: calc(100% - 110px)"
|
|
|
- :data="state.tableData"
|
|
|
- stripe
|
|
|
- >
|
|
|
+ <el-table height="calc(100% - 110px)" :data="state.tableData" stripe>
|
|
|
<el-table-column
|
|
|
v-for="item in query.alarmType == 'windturbine' ||
|
|
|
query.alarmType == 'inverter'
|