|
@@ -135,7 +135,9 @@ export default {
|
|
|
// 起始湿度
|
|
|
startH: '',
|
|
|
// 运行方式设定
|
|
|
- runStatus: ''
|
|
|
+ runStatus: '',
|
|
|
+ // 报警信息
|
|
|
+ information: ''
|
|
|
}
|
|
|
},
|
|
|
watch: {
|
|
@@ -177,6 +179,9 @@ export default {
|
|
|
if (this.dataList[i].Name == '运行方式设定') {
|
|
|
this.runStatus = this.dataList[i].Value
|
|
|
}
|
|
|
+ if (this.dataList[i].Name == '预计结束时间-试验信息') {
|
|
|
+ this.information = this.dataList[i].Value
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|