Commit abb32422 authored by coffee's avatar coffee

.

parent 9b85af0b
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
el-input-number(v-model="heatingStart" size="mini" :controls='false' :precision='0' style="width: 90px") el-input-number(v-model="heatingStart" size="mini" :controls='false' :precision='0' style="width: 90px")
el-button(type='primary' size='mini' @click='changeTemperature(1,heatingStart)' style='margin-left: 10px') 设定 el-button(type='primary' size='mini' @click='changeTemperature(1,heatingStart)' style='margin-left: 10px') 设定
el-row(style="margin-bottom: 5px") el-row(style="margin-bottom: 5px")
span 制热启动温度(℃): span 制热停止温度(℃):
el-input-number(v-model="heatingEnd" size="mini" :controls='false' :precision='0' style="width: 90px") el-input-number(v-model="heatingEnd" size="mini" :controls='false' :precision='0' style="width: 90px")
el-button(type='primary' size='mini' @click='changeTemperature(2,heatingEnd)' style='margin-left: 10px') 设定 el-button(type='primary' size='mini' @click='changeTemperature(2,heatingEnd)' style='margin-left: 10px') 设定
el-row(style="margin-bottom: 5px") el-row(style="margin-bottom: 5px")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment