|
|
|
@ -152,8 +152,14 @@ |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="8号热泵" v-if="showMorePump"> |
|
|
|
<el-table-column label="8号热泵" v-if="showMorePump"> |
|
|
|
<el-table-column prop="tempSetHotPumpEight" label="设定温度℃"> |
|
|
|
<el-table-column prop="tempSetHotPumpEight" label="设定温度℃"> |
|
|
|
|
|
|
|
<template slot-scope="scope"> |
|
|
|
|
|
|
|
{{ scope.row.tempSetHotPumpEight }} |
|
|
|
|
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="tempRealHotPumpEight" label="实际温度℃"> |
|
|
|
<el-table-column prop="tempRealHotPumpEight" label="实际温度℃"> |
|
|
|
|
|
|
|
<template slot-scope="scope"> |
|
|
|
|
|
|
|
{{ scope.row.tempRealHotPumpEight }} |
|
|
|
|
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="statusSwitchHotPumpEight" label="设备开关机"> |
|
|
|
<el-table-column prop="statusSwitchHotPumpEight" label="设备开关机"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
@ -169,16 +175,16 @@ |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="循环泵" v-if="!showMorePump"> |
|
|
|
<el-table-column label="循环泵" v-if="!showMorePump"> |
|
|
|
<el-table-column prop="statusSwitchHotPumpEight" label="循环泵1运行状态"> |
|
|
|
<el-table-column prop="statusRunCyclePumpOne" label="循环泵1运行状态"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-tag v-if="scope.row.statusRunCyclePumpOneStr === 1" type="success">运行</el-tag> |
|
|
|
<el-tag v-if="scope.row.statusRunCyclePumpOne === 1" type="success">运行</el-tag> |
|
|
|
<el-tag v-if="scope.row.statusRunCyclePumpOneStr === 0" type="danger">不运行</el-tag> |
|
|
|
<el-tag v-if="scope.row.statusRunCyclePumpOne === 0" type="danger">不运行</el-tag> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="statusRunHotPumpEight" label="循环泵2运行状态"> |
|
|
|
<el-table-column prop="statusRunCyclePumpTwo" label="循环泵2运行状态"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-tag v-if="scope.row.statusRunCyclePumpTwoStr === 1" type="success">运行</el-tag> |
|
|
|
<el-tag v-if="scope.row.statusRunCyclePumpTwo === 1" type="success">运行</el-tag> |
|
|
|
<el-tag v-if="scope.row.statusRunCyclePumpTwoStr === 0" type="danger">不运行</el-tag> |
|
|
|
<el-tag v-if="scope.row.statusRunCyclePumpTwo === 0" type="danger">不运行</el-tag> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
|