|
@@ -92,10 +92,10 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="host_re_temp" label="回水水温(℃)" align='center'>
|
|
|
<template slot-scope="scope">
|
|
|
- <div style="background:yellow;color: black;text-align: center;"
|
|
|
+ <div style="background:yellow;color: black;text-align: center;" @click="dialogFormVisible = true"
|
|
|
v-if="scope.row.host_re_temp <30 &&(scope.row.running_mode==='采暖' || scope.row.running_mode==='预热')">{{scope.row.host_re_temp}}</div>
|
|
|
|
|
|
- <div style="background:yellowgreen;color: black;text-align: center;"
|
|
|
+ <div style="background:yellowgreen;color: black;text-align: center;" @click="dialogFormVisible = true"
|
|
|
v-else>{{scope.row.host_re_temp}}</div>
|
|
|
|
|
|
</template>
|