Compare commits
No commits in common. "e1821e6184bcf69e4d2b6c8d34ec3df7cf120e6b" and "0d6e61e44e9d2566105aab450dd658a1c53679f6" have entirely different histories.
e1821e6184
...
0d6e61e44e
@ -841,10 +841,6 @@ textarea {
|
|||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popper__arrow {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.el-dropdown-menu {
|
.el-dropdown-menu {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -880,9 +880,6 @@ textarea{
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
.popper__arrow {
|
|
||||||
display: none!important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.el-dropdown-menu {
|
.el-dropdown-menu {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
|
@ -146,7 +146,7 @@
|
|||||||
type="text"
|
type="text"
|
||||||
placeholder="0"
|
placeholder="0"
|
||||||
/>
|
/>
|
||||||
<span>klux,允许补气</span>
|
<span>KLU,允许补气</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-view padding-none border-none shrink-none">
|
<div class="flex-view padding-none border-none shrink-none">
|
||||||
@ -162,9 +162,9 @@
|
|||||||
<div class="input-main-80">
|
<div class="input-main-80">
|
||||||
<span>室内温度大于</span>
|
<span>室内温度大于</span>
|
||||||
<input
|
<input
|
||||||
@blur="blurChangeCount(startList[indexs - 1] + 9, $event)"
|
@blur="blurChange(startList[indexs - 1] + 9, $event)"
|
||||||
v-model="inputData[startList[indexs - 1] + 9]"
|
v-model="inputData[startList[indexs - 1] + 9]"
|
||||||
@input="changeCountData(startList[indexs - 1] + 9, $event)"
|
@input="change(startList[indexs - 1] + 9, $event)"
|
||||||
type="text"
|
type="text"
|
||||||
placeholder="0"
|
placeholder="0"
|
||||||
/>
|
/>
|
||||||
@ -377,7 +377,6 @@ export default {
|
|||||||
value: parseInt(num, 2),
|
value: parseInt(num, 2),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
this.inputData[this.startList[this.indexs - 1] + 1]= parseInt(num, 2)
|
|
||||||
this.changeBtn(this.startList[this.indexs - 1] + 1, dataNum);
|
this.changeBtn(this.startList[this.indexs - 1] + 1, dataNum);
|
||||||
},
|
},
|
||||||
getActive1() {
|
getActive1() {
|
||||||
@ -428,7 +427,6 @@ export default {
|
|||||||
this.getActive2();
|
this.getActive2();
|
||||||
this.startList.forEach((el, index) => {
|
this.startList.forEach((el, index) => {
|
||||||
this.inputData[el + 8] = this.countData10(this.inputData[el + 8]);
|
this.inputData[el + 8] = this.countData10(this.inputData[el + 8]);
|
||||||
this.inputData[el + 9] = this.countData(this.inputData[el + 9]);
|
|
||||||
this.inputDataNew[el + 2] = this.getData1(this.inputData[el + 2]);
|
this.inputDataNew[el + 2] = this.getData1(this.inputData[el + 2]);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -1393,7 +1393,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="input-sel input-sel-w180">
|
<div class="input-sel input-sel-w180">
|
||||||
<span>CO2传感器来源选择</span>
|
<span>CO2传感器来源选择</span>
|
||||||
<el-dropdown @command="handleCommand6($event, 21786)">
|
<el-dropdown @command="handleCommand5($event, 21786)">
|
||||||
<div class="el-dropdown-link">
|
<div class="el-dropdown-link">
|
||||||
<input
|
<input
|
||||||
v-model="inputDataNew[21786]"
|
v-model="inputDataNew[21786]"
|
||||||
@ -1467,7 +1467,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="input-sel input-sel-w180">
|
<div class="input-sel input-sel-w180">
|
||||||
<span>CO2传感器来源选择</span>
|
<span>CO2传感器来源选择</span>
|
||||||
<el-dropdown @command="handleCommand6($event, 21789)">
|
<el-dropdown @command="handleCommand5($event, 21789)">
|
||||||
<div class="el-dropdown-link">
|
<div class="el-dropdown-link">
|
||||||
<input
|
<input
|
||||||
v-model="inputDataNew[21789]"
|
v-model="inputDataNew[21789]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user