pc-master #276
@ -34,10 +34,8 @@
|
|||||||
<span>{{$t('sunroofControl.tempControlPrecision')}}</span>
|
<span>{{$t('sunroofControl.tempControlPrecision')}}</span>
|
||||||
<input @blur="blurChange10(startList[indexs-1]+3, $event)" v-model="inputData[startList[indexs-1]+3]" @input="changeCount10(startList[indexs-1]+3, $event)"
|
<input @blur="blurChange10(startList[indexs-1]+3, $event)" v-model="inputData[startList[indexs-1]+3]" @input="changeCount10(startList[indexs-1]+3, $event)"
|
||||||
type="text" placeholder="0">
|
type="text" placeholder="0">
|
||||||
<span>℃,</span>
|
<span>℃,{{$t('sunroofControl.calculationCycle')}}</span>
|
||||||
</div>
|
<span></span>
|
||||||
<div class="input-main-60">
|
|
||||||
<span>{{$t('sunroofControl.calculationCycle')}}</span>
|
|
||||||
<input @blur="blurChange(startList[indexs-1]+5, $event)" v-model="inputData[startList[indexs-1]+5]" @input="change(startList[indexs-1]+5, $event)"
|
<input @blur="blurChange(startList[indexs-1]+5, $event)" v-model="inputData[startList[indexs-1]+5]" @input="change(startList[indexs-1]+5, $event)"
|
||||||
type="text" placeholder="0">
|
type="text" placeholder="0">
|
||||||
<span>{{$t('text.minutes')}}。</span>
|
<span>{{$t('text.minutes')}}。</span>
|
||||||
@ -51,10 +49,7 @@
|
|||||||
<span>{{$t('sunroofControl.proportionalCoefficient')}}</span>
|
<span>{{$t('sunroofControl.proportionalCoefficient')}}</span>
|
||||||
<input @blur="blurChange(startList[indexs-1]+6, $event)" v-model="inputData[startList[indexs-1]+6]" @input="change(startList[indexs-1]+6, $event)"
|
<input @blur="blurChange(startList[indexs-1]+6, $event)" v-model="inputData[startList[indexs-1]+6]" @input="change(startList[indexs-1]+6, $event)"
|
||||||
type="text" placeholder="0">
|
type="text" placeholder="0">
|
||||||
<span>,</span>
|
<span>,{{$t('sunroofControl.integralCoefficient')}}</span>
|
||||||
</div>
|
|
||||||
<div class="input-main-60">
|
|
||||||
<span>{{$t('sunroofControl.integralCoefficient')}}</span>
|
|
||||||
<input @blur="blurChange(startList[indexs-1]+7, $event)" v-model="inputData[startList[indexs-1]+7]" @input="change(startList[indexs-1]+7, $event)"
|
<input @blur="blurChange(startList[indexs-1]+7, $event)" v-model="inputData[startList[indexs-1]+7]" @input="change(startList[indexs-1]+7, $event)"
|
||||||
type="text" placeholder="0">
|
type="text" placeholder="0">
|
||||||
<span>,</span>
|
<span>,</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user