|
@@ -69,7 +69,7 @@
|
|
|
<div class="fan-code-label font-md gray-l">低频:</div>
|
|
|
<div class="fan-code-value font-md green">{{stoptypemap && stoptypemap.top3type}}</div>
|
|
|
</div>
|
|
|
- <span class="svg-icon svg-icon-white svg-icon-md mg-l-16">
|
|
|
+ <!-- <span class="svg-icon svg-icon-white svg-icon-md mg-l-16">
|
|
|
<SvgIcon svgid="svg-wind-site"></SvgIcon>
|
|
|
</span>
|
|
|
<div class="fan-code bg">
|
|
@@ -77,7 +77,7 @@
|
|
|
</div>
|
|
|
<div class="fan-code">
|
|
|
<div class="fan-code-value nm font-md green">{{stoptypemap && stoptypemap.wtscore}}</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<button class="btn mg-l-16" type="button" @click="onClickReport()">
|
|
|
<i class="el-icon-s-order mg-r-8"></i><span>健康报告</span>
|
|
|
</button>
|
|
@@ -99,9 +99,9 @@
|
|
|
</el-col>
|
|
|
<el-col :span="6"></el-col>
|
|
|
<el-col :span="6"></el-col>
|
|
|
- <!-- <el-col :span="6">
|
|
|
- <progress-bar title="风机" name="风机健康度" :progress='partmap && partmap.fj.smsyl' :color="partmap &&color(partmap.fj.jkzt)"></progress-bar>
|
|
|
- </el-col> -->
|
|
|
+ <el-col :span="6">
|
|
|
+ <progress-bar title="风机" name="风机健康度" :progress='stoptypemap && stoptypemap.wtscore' :color="stoptypemap &&color('05bb4c')"></progress-bar>
|
|
|
+ </el-col>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-col :span="6" class="mg-t-16">
|
|
@@ -713,9 +713,9 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
created() {
|
|
|
- this.search()
|
|
|
- this.wtid = this.$route.params.wtId;
|
|
|
- this.wpid = this.$route.params.wpId;
|
|
|
+ this.wtid = this.$route.params.wtId;
|
|
|
+ this.wpid = this.$route.params.wpId;
|
|
|
+ this.search()
|
|
|
},
|
|
|
methods: {
|
|
|
// 查看健康报告
|