1 #26
|
@ -6,7 +6,7 @@
|
||||||
<div class="flex-view">
|
<div class="flex-view">
|
||||||
<div class="input-main">
|
<div class="input-main">
|
||||||
<span>环境数据上传时间</span>
|
<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>
|
<span>秒</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -400,7 +400,7 @@ selectValue(e) {
|
||||||
value: parseInt(num, 2),
|
value: parseInt(num, 2),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
this.changeBtn('21500', dataNum);
|
this.changeBtn('21501', dataNum);
|
||||||
},
|
},
|
||||||
selList2(index) {
|
selList2(index) {
|
||||||
if (this.actList2.indexOf(index) == -1) {
|
if (this.actList2.indexOf(index) == -1) {
|
||||||
|
@ -419,7 +419,7 @@ selectValue(e) {
|
||||||
value: parseInt(num, 2),
|
value: parseInt(num, 2),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
this.changeBtn('21501', dataNum);
|
this.changeBtn('21503', dataNum);
|
||||||
},
|
},
|
||||||
selList3(index) {
|
selList3(index) {
|
||||||
if (this.actList3.indexOf(index) == -1) {
|
if (this.actList3.indexOf(index) == -1) {
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<div class="flex-view">
|
<div class="flex-view">
|
||||||
<div class="input-main">
|
<div class="input-main">
|
||||||
<span>环境数据上传时间</span>
|
<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>
|
<span>秒</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue