|
@@ -8,7 +8,8 @@
|
|
|
<template #title>
|
|
|
<div style="margin-top:-10px;">风机详情</div>
|
|
|
</template>
|
|
|
- <div style="background-color: black;margin-top:-30px;margin-left:-10px;margin-right:-10px;margin-bottom:-30px;">
|
|
|
+
|
|
|
+ <div style="background-color: black;margin-top:-30px;margin-left:-10px;margin-right:-10px;margin-bottom:-10px;">
|
|
|
<table width="99.8%">
|
|
|
<tr>
|
|
|
<td>
|
|
@@ -46,44 +47,39 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
- <!-- <div class="worning1">
|
|
|
+
|
|
|
+ <BasicInformationDetail ref="BasicInfo"></BasicInformationDetail>
|
|
|
+ <!--<div class="worning1">
|
|
|
<Worning></Worning>
|
|
|
</div>
|
|
|
<div class="worning2">
|
|
|
<Worning></Worning>
|
|
|
- </div> -->
|
|
|
+ </div>
|
|
|
<el-tabs type="border-card" tab-position="bottom" stretch="true">
|
|
|
<el-tab-pane label="基本信息">
|
|
|
<BasicInformationDetail ref="BasicInfo" :alarms="alarms"></BasicInformationDetail>
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane label="机舱信息" disabled>
|
|
|
- <BasicInformationDetail></BasicInformationDetail>
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane label="故障信息" disabled>
|
|
|
- <BasicInformationDetail></BasicInformationDetail>
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane label="齿轮箱" disabled>
|
|
|
- <BasicInformationDetail></BasicInformationDetail>
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane label="变桨" disabled>
|
|
|
- <BasicInformationDetail></BasicInformationDetail>
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane label="偏航" disabled>
|
|
|
- <YawDetail></YawDetail>
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane label="液压" disabled>
|
|
|
- <BasicInformationDetail></BasicInformationDetail>
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane label="发电机" disabled>
|
|
|
- <BasicInformationDetail></BasicInformationDetail>
|
|
|
</el-tab-pane>
|
|
|
- </el-tabs>
|
|
|
+ </el-tabs> -->
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import YawDetail from "./YawDetail.vue";
|
|
|
+/* import YawDetail from "./YawDetail.vue"; */
|
|
|
import BasicInformationDetail from "./BasicInformationDetail.vue";
|
|
|
import UniformCodes from "../../../assets/script/UniformCodes";
|
|
|
import {config} from '../../../config';
|
|
@@ -92,7 +88,6 @@ import BackgroundData from "../../../assets/script/BackgroundData";
|
|
|
// import Worning from "./warning.vue"
|
|
|
export default {
|
|
|
components: {
|
|
|
- YawDetail,
|
|
|
BasicInformationDetail,
|
|
|
// Worning,
|
|
|
},
|