pf 1 year ago
parent
commit
07eed63e75
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/App5.vue

+ 2 - 2
src/App5.vue

@@ -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>