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