Browse Source

修改人热泵运行记录循环泵的字段

dev
selia-zx 5 days ago
parent
commit
37d9038036
  1. 12
      src/views/hotWater/hotPumpLog/index.vue

12
src/views/hotWater/hotPumpLog/index.vue

@ -444,14 +444,14 @@
</el-row> </el-row>
<el-row type="flex" justify="center"> <el-row type="flex" justify="center">
<el-col :span="12"> <el-col :span="12">
<el-form-item label="循环泵1运行状态" prop="statusRunCyclePumpOneStr"> <el-form-item label="循环泵1运行状态" prop="statusRunCyclePumpOne">
<el-select clearable v-model="form.statusRunCyclePumpOneStr" placeholder="请选择"> <el-select clearable v-model="form.statusRunCyclePumpOne" placeholder="请选择">
<el-option v-for="(item, index) in deviceRun" :key="index" :label="item.label" :value="item.value" /> <el-option v-for="(item, index) in deviceRun" :key="index" :label="item.label" :value="item.value" />
</el-select> </el-select>
</el-form-item></el-col> </el-form-item></el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="循环泵2运行状态" prop="statusRunCyclePumpTwoStr"> <el-form-item label="循环泵2运行状态" prop="statusRunCyclePumpTwo">
<el-select clearable v-model="form.statusRunCyclePumpTwoStr" placeholder="请选择"> <el-select clearable v-model="form.statusRunCyclePumpTwo" placeholder="请选择">
<el-option v-for="(item, index) in deviceRun" :key="index" :label="item.label" :value="item.value" /> <el-option v-for="(item, index) in deviceRun" :key="index" :label="item.label" :value="item.value" />
</el-select> </el-select>
</el-form-item> </el-form-item>
@ -813,8 +813,8 @@ export default {
statusSwitchHotPumpEight: "", statusSwitchHotPumpEight: "",
statusRunHotPumpEight: "", statusRunHotPumpEight: "",
statusRunCyclePumpOneStr: "", statusRunCyclePumpOne: "",
statusRunCyclePumpTwoStr: "", statusRunCyclePumpTwo: "",
levelWaterTankOne: "", levelWaterTankOne: "",
levelWaterTankTwo: "", levelWaterTankTwo: "",

Loading…
Cancel
Save