更新语言包
This commit is contained in:
@ -136,7 +136,7 @@
|
||||
[3, 120]
|
||||
],
|
||||
font: [{
|
||||
text: this.$t('homePage.device.gridMode') + ':',
|
||||
text: this.$t('homePage.device.gridModeCom') + ':',
|
||||
size: 14,
|
||||
color: "#999999",
|
||||
width: 50,
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="box">
|
||||
<Section :title="$t('homePage.device.totalAcReaPower')">
|
||||
<Section :title="$t('homePage.device.totalAcReaPower')" :style="language !== 'zh_CN'? 'flex-wrap: wrap;':''">
|
||||
<view slot="right" style="flex: 1">
|
||||
<view class="top-right-box">
|
||||
<span class="time">{{$t('homePage.device.timeGranularity')}}:</span>
|
||||
@ -287,10 +287,10 @@
|
||||
{
|
||||
type: "text",
|
||||
coord: [
|
||||
[35, 80]
|
||||
[3, 80]
|
||||
],
|
||||
font: [{
|
||||
text: this.$t('homePage.device.dcbreaker') + ':',
|
||||
text: this.$t('homePage.device.dcbreakerCom') + ':',
|
||||
size: 14,
|
||||
color: "#999999",
|
||||
width: 50,
|
||||
@ -330,7 +330,7 @@
|
||||
[3, 120]
|
||||
],
|
||||
font: [{
|
||||
text: this.$t('homePage.device.gridMode') + ':',
|
||||
text: this.$t('homePage.device.gridModeCom') + ':',
|
||||
size: 14,
|
||||
color: "#999999",
|
||||
width: 50,
|
||||
@ -347,7 +347,7 @@
|
||||
{
|
||||
type: "text",
|
||||
coord: [
|
||||
[35, 140]
|
||||
[3, 140]
|
||||
],
|
||||
font: [{
|
||||
text: this.$t('homePage.device.deviceState') + ':',
|
||||
|
||||
@ -74,9 +74,9 @@
|
||||
</view>
|
||||
|
||||
<view class="box">
|
||||
<Section :title="$t('homePage.home.chargeDisData')">
|
||||
<Section :title="$t('homePage.home.chargeDisData')" :style="language !== 'zh_CN'? 'flex-wrap: wrap;':''">
|
||||
<view slot="right" style="flex: 1">
|
||||
<view class="top-right-box">
|
||||
<view class="top-right-box" :style="language !== 'zh_CN'? 'margin-top: 10rpx;':''">
|
||||
<view class="top-right-item" :class="{ active: activeTime === 'day' }"
|
||||
@click="changeTime('day')">{{this.$t('homePage.home.sevenDaycom')}}
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user