1 #170
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
<div class="input-main-80">
|
<div class="input-main-80">
|
||||||
<span>土壤传感器安装数量:</span>
|
<span>土壤传感器安装数量:</span>
|
||||||
<input @blur="blurChange(10030, $event)" v-model="inputData[10030]" @input="change(10030, $event)"
|
<input @blur="blurChange(10031, $event)" v-model="inputData[10031]" @input="change(10031, $event)"
|
||||||
type="text" placeholder="0">
|
type="text" placeholder="0">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="input-main-80">
|
<div class="input-main-80">
|
||||||
<span>出水流量脉冲(P/L):</span>
|
<span>出水流量脉冲(P/L):</span>
|
||||||
<input @blur="blurChange(10031, $event)" v-model="inputData[10031]" @input="change(10031, $event)"
|
<input @blur="blurChange(10030, $event)" v-model="inputData[10030]" @input="change(10030, $event)"
|
||||||
type="text" placeholder="0">
|
type="text" placeholder="0">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -89,6 +89,11 @@ export default {
|
||||||
timer: '0',
|
timer: '0',
|
||||||
unit: ''
|
unit: ''
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '瞬时流量',
|
||||||
|
timer: '0',
|
||||||
|
unit: 'L/h'
|
||||||
|
},
|
||||||
],
|
],
|
||||||
openType: '',
|
openType: '',
|
||||||
right2Index: [],
|
right2Index: [],
|
||||||
|
@ -146,6 +151,7 @@ export default {
|
||||||
this.dataInfo2_list[1].timer = this.countData(inputData['3014'])
|
this.dataInfo2_list[1].timer = this.countData(inputData['3014'])
|
||||||
this.dataInfo2_list[2].timer = this.countData(inputData['3011'])
|
this.dataInfo2_list[2].timer = this.countData(inputData['3011'])
|
||||||
this.dataInfo2_list[3].timer = this.countData(inputData['3015'])
|
this.dataInfo2_list[3].timer = this.countData(inputData['3015'])
|
||||||
|
this.dataInfo2_list[4].timer = this.countData(inputData['3010'])
|
||||||
},
|
},
|
||||||
getType29(index) {
|
getType29(index) {
|
||||||
if (index == 0) {
|
if (index == 0) {
|
||||||
|
|
Loading…
Reference in New Issue