pf 1 년 전
부모
커밋
07eed63e75
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>