08/28文字修改

This commit is contained in:
home孙 2025-08-28 10:56:09 +08:00
parent e9dca374f4
commit 301a8a259d

View File

@ -34,10 +34,8 @@
<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)"
type="text" placeholder="0">
<span></span>
</div>
<div class="input-main-60">
<span>{{$t('sunroofControl.calculationCycle')}}</span>
<span>{{$t('sunroofControl.calculationCycle')}}</span>
<span></span>
<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">
<span>{{$t('text.minutes')}}</span>
@ -51,10 +49,7 @@
<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)"
type="text" placeholder="0">
<span></span>
</div>
<div class="input-main-60">
<span>{{$t('sunroofControl.integralCoefficient')}}</span>
<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)"
type="text" placeholder="0">
<span></span>