|
|
|
@ -1605,9 +1605,9 @@ export default { |
|
|
|
} else if (item.collectName.includes("冷冻回水温度")) { |
|
|
|
} else if (item.collectName.includes("冷冻回水温度")) { |
|
|
|
this.freezingInTem = item.collectValue; |
|
|
|
this.freezingInTem = item.collectValue; |
|
|
|
} else if (item.collectName.includes("冷冻供水压力")) { |
|
|
|
} else if (item.collectName.includes("冷冻供水压力")) { |
|
|
|
this.freezingOutPre = item.collectValue*1000; |
|
|
|
this.freezingOutPre = item.collectValue; |
|
|
|
} else if (item.collectName.includes("冷冻回水压力")) { |
|
|
|
} else if (item.collectName.includes("冷冻回水压力")) { |
|
|
|
this.freezingInPre = item.collectValue*1000; |
|
|
|
this.freezingInPre = item.collectValue; |
|
|
|
} else if (item.collectName.includes("冷却水出水温度")) { |
|
|
|
} else if (item.collectName.includes("冷却水出水温度")) { |
|
|
|
this.coolingOutTem = item.collectValue; |
|
|
|
this.coolingOutTem = item.collectValue; |
|
|
|
} else if (item.collectName.includes("冷却水进水温度")) { |
|
|
|
} else if (item.collectName.includes("冷却水进水温度")) { |
|
|
|
|