Compare commits
No commits in common. "d5e0d2637274f5851f9317fa3ff27800173f46ea" and "708c6b8d4948a9b951cccbae3418b5476eb417e3" have entirely different histories.
d5e0d26372
...
708c6b8d49
@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
<div class="input-main-80">
|
<div class="input-main-80">
|
||||||
<span>土壤传感器安装数量:</span>
|
<span>土壤传感器安装数量:</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 class="input-main-80">
|
<div class="input-main-80">
|
||||||
<span>出水流量脉冲(P/L):</span>
|
<span>出水流量脉冲(P/L):</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>
|
</div>
|
||||||
|
@ -89,11 +89,6 @@ export default {
|
|||||||
timer: '0',
|
timer: '0',
|
||||||
unit: ''
|
unit: ''
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: '瞬时流量',
|
|
||||||
timer: '0',
|
|
||||||
unit: 'L/h'
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
openType: '',
|
openType: '',
|
||||||
right2Index: [],
|
right2Index: [],
|
||||||
@ -151,7 +146,6 @@ 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…
x
Reference in New Issue
Block a user