|
@@ -104,14 +104,7 @@
|
|
|
</el-row>
|
|
|
<!-- 维保记录 -->
|
|
|
<el-row :gutter="16">
|
|
|
- <normal-card
|
|
|
- trigger="hover"
|
|
|
- shadow="always"
|
|
|
- title="维保记录"
|
|
|
- showMenu
|
|
|
- :bodyStyle="{height: '500px'}"
|
|
|
- >
|
|
|
- <template v-slot:content>
|
|
|
+
|
|
|
<!--压力分析-->
|
|
|
<el-col class="gutter-row item" :span="12">
|
|
|
<!-- <device-alarm-chart :statsData="statsData" /> -->
|
|
@@ -122,7 +115,7 @@
|
|
|
shadow="always"
|
|
|
trigger="hover"
|
|
|
:menuItems="alarmGrowthMenuItems"
|
|
|
- :bodyStyle="{height: '400px'}"
|
|
|
+ :bodyStyle="{height: '500px'}"
|
|
|
>
|
|
|
<template v-slot:content>
|
|
|
<maintenance-alarm-chart width="100%" :options="pressure" />
|
|
@@ -139,15 +132,14 @@
|
|
|
shadow="always"
|
|
|
trigger="hover"
|
|
|
:menuItems="alarmGrowthMenuItems"
|
|
|
- :bodyStyle="{height: '400px'}"
|
|
|
+ :bodyStyle="{height: '500px'}"
|
|
|
>
|
|
|
<template v-slot:content>
|
|
|
<maintenance-alarm-chart width="100%" :options="torque" />
|
|
|
</template>
|
|
|
</normal-card>
|
|
|
</el-col>
|
|
|
- </template>
|
|
|
- </normal-card>
|
|
|
+
|
|
|
</el-row>
|
|
|
|
|
|
</div>
|