pull/26/head
parent
95b35bcdf7
commit
c7dbe2eaf7
|
@ -6,7 +6,7 @@
|
|||
<div class="flex-view">
|
||||
<div class="input-main">
|
||||
<span>环境数据上传时间</span>
|
||||
<input v-model="inputData['21500']" @input="change('21500', $event)" type="number" placeholder="0">
|
||||
<input @blur="blurChange('21500', $event)" v-model="inputData['21500']" @input="change('21500', $event)" type="number" placeholder="0">
|
||||
<span>秒</span>
|
||||
</div>
|
||||
|
||||
|
@ -400,7 +400,7 @@ selectValue(e) {
|
|||
value: parseInt(num, 2),
|
||||
},
|
||||
};
|
||||
this.changeBtn('21500', dataNum);
|
||||
this.changeBtn('21501', dataNum);
|
||||
},
|
||||
selList2(index) {
|
||||
if (this.actList2.indexOf(index) == -1) {
|
||||
|
@ -419,7 +419,7 @@ selectValue(e) {
|
|||
value: parseInt(num, 2),
|
||||
},
|
||||
};
|
||||
this.changeBtn('21501', dataNum);
|
||||
this.changeBtn('21503', dataNum);
|
||||
},
|
||||
selList3(index) {
|
||||
if (this.actList3.indexOf(index) == -1) {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<div class="flex-view">
|
||||
<div class="input-main">
|
||||
<span>环境数据上传时间</span>
|
||||
<input v-model="inputData['502']" @input="change('502', $event)" type="number" placeholder="0">
|
||||
<input @blur="blurChange('502', $event)" v-model="inputData['502']" @input="change('502', $event)" type="number" placeholder="0">
|
||||
<span>秒</span>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue