Compare commits

..

No commits in common. "d5e0d2637274f5851f9317fa3ff27800173f46ea" and "708c6b8d4948a9b951cccbae3418b5476eb417e3" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View File

@ -7,13 +7,13 @@
<div class="input-main-80">
<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">
</div>
<div class="input-main-80">
<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">
</div>
</div>

View File

@ -89,11 +89,6 @@ export default {
timer: '0',
unit: ''
},
{
title: '瞬时流量',
timer: '0',
unit: 'L/h'
},
],
openType: '',
right2Index: [],
@ -151,7 +146,6 @@ export default {
this.dataInfo2_list[1].timer = this.countData(inputData['3014'])
this.dataInfo2_list[2].timer = this.countData(inputData['3011'])
this.dataInfo2_list[3].timer = this.countData(inputData['3015'])
this.dataInfo2_list[4].timer = this.countData(inputData['3010'])
},
getType29(index) {
if (index == 0) {