08/28文字修改

This commit is contained in:
home孙 2025-08-28 14:25:31 +08:00
parent a75adddcf5
commit 51980d02a7
3 changed files with 8 additions and 9 deletions

View File

@ -786,11 +786,11 @@ module.exports = {
fanMode: '冷暖风机模式', fanMode: '冷暖风机模式',
maxFanGear: '冷暖风机最高档位', maxFanGear: '冷暖风机最高档位',
max4: '最大为4档', max4: '最大为4档',
heatingMode: '加热模式:', heatingMode: '加热模式',
coolingMode: '制冷模式:', coolingMode: '制冷模式',
tempBelowTarget: '温度低于目标值', tempBelowTarget: '温度低于目标值',
tempAboveTarget: '温度高于目标值', tempAboveTarget: '温度高于目标值',
cannotReachTarget: '达不到目标值,', cannotReachTarget: '达不到目标值',
startHeating: '℃时启动1档加热。', startHeating: '℃时启动1档加热。',
startCooling: '℃时启动1档制冷。', startCooling: '℃时启动1档制冷。',
decreaseGear: '℃时,减档。', decreaseGear: '℃时,减档。',

View File

@ -514,7 +514,7 @@
<div class="btn btn-w70"> <div class="btn btn-w70">
</div> </div>
</div> </div>
<span>{{$t('air.tips.capacityWarning')}}</span> <span>{{$t('air.tips.capacityWarning')}}</span>
<input <input
@blur="blurChange(22058, $event)" @blur="blurChange(22058, $event)"
v-model="inputData[22058]" v-model="inputData[22058]"
@ -522,7 +522,7 @@
type="text" type="text"
placeholder="0" placeholder="0"
/> />
<span>{{$t('air.fallback')}}</span> <span>{{$t('air.fallback')}}</span>
</div> </div>
</div> </div>

View File

@ -102,7 +102,7 @@
<span>{{$t('heatFan.max4')}}</span> <span>{{$t('heatFan.max4')}}</span>
</div> </div>
</div> </div>
<div class="text-tips">{{$t('heatFan.heatingMode')}}</div> <div class="text-tips">{{$t('heatFan.heatingMode')}}&nbsp;:</div>
<div class="flex-view padding-none shrink-none border-none"> <div class="flex-view padding-none shrink-none border-none">
<div class="input-main-60"> <div class="input-main-60">
<span></span><span></span> <span>&nbsp;{{$t('heatFan.tempBelowTarget')}}</span> <span></span><span></span> <span>&nbsp;{{$t('heatFan.tempBelowTarget')}}</span>
@ -113,7 +113,7 @@
</div> </div>
<div class="flex-view padding-none shrink-none border-none"> <div class="flex-view padding-none shrink-none border-none">
<div class="input-main-60"> <div class="input-main-60">
<span></span><span></span> <span>&nbsp;{{$t('heatFan.coolingMode')}}</span> <span></span><span></span> <span>&nbsp;{{$t('heatFan.coolingMode')}}&nbsp;:</span>
<input @blur="blurChange10(22259, $event)" v-model="inputData[22259]" <input @blur="blurChange10(22259, $event)" v-model="inputData[22259]"
@input="changeCount10(22259, $event)" type="text" placeholder="0"> @input="changeCount10(22259, $event)" type="text" placeholder="0">
<span>{{$t('heatFan.decreaseGear')}}</span> <span>{{$t('heatFan.decreaseGear')}}</span>
@ -137,7 +137,7 @@
<span>制冷时开启风机湿帘</span> <span>制冷时开启风机湿帘</span>
</div> </div>
</div> --> </div> -->
<div class="text-tips">{{$t('heatFan.coolingMode')}}</div> <div class="text-tips">{{$t('heatFan.coolingMode')}}&nbsp;:</div>
<div class="flex-view padding-none shrink-none border-none"> <div class="flex-view padding-none shrink-none border-none">
<div class="input-main-60"> <div class="input-main-60">
<span></span><span></span> <span>&nbsp;{{$t('heatFan.tempAboveTarget')}}</span> <span></span><span></span> <span>&nbsp;{{$t('heatFan.tempAboveTarget')}}</span>
@ -205,7 +205,6 @@ export default {
{ label:this.$t('heatFan.gear2',{index:2}), value: 2 }, { label:this.$t('heatFan.gear2',{index:2}), value: 2 },
{ label:this.$t('heatFan.gear2',{index:3}), value: 3 }, { label:this.$t('heatFan.gear2',{index:3}), value: 3 },
{ label:this.$t('heatFan.gear2',{index:4}), value: 4 }, { label:this.$t('heatFan.gear2',{index:4}), value: 4 },
{ label:this.$t('heatFan.gear2',{index:5}), value: 5 },
], ],
typeList2: [ typeList2: [
{ label: this.$t('realTime.heatingMode'), value: 1 }, { label: this.$t('realTime.heatingMode'), value: 1 },