英/法/德/西/阿/波语言配置
This commit is contained in:
@ -35,9 +35,10 @@
|
||||
|
||||
<view class="box">
|
||||
<Section :title="$t('homePage.home.stationTopo')" />
|
||||
<zero-loading v-if="loading"></zero-loading>
|
||||
<!-- 加载中占位(可选) -->
|
||||
<view v-else class="loading-tip">
|
||||
<zero-loading v-if="tuopoloading"></zero-loading>
|
||||
<!-- <zero-loading v-if="tuopoloading"></zero-loading> -->
|
||||
<cixi v-if="topologyType === 0" ref="tuopu" />
|
||||
<kejiyuan v-else-if="topologyType === 2" ref="tuopu" />
|
||||
<lingchao v-else-if="topologyType === 3" ref="tuopu" />
|
||||
@ -52,9 +53,10 @@
|
||||
<runda215 v-else-if="topologyType === 12" ref="tuopu" />
|
||||
<third v-else-if="topologyType === 13" ref="tuopu" />
|
||||
<mdPviese v-else-if="topologyType === 14" ref="tuopu" />
|
||||
<pv2first v-else-if="topologyType === 1 && inverterFlag === 1 && pvTopologyType === 2" ref="tuopu" />
|
||||
<pv2first v-else-if="topologyType === 1 && inverterFlag === 1 && pvTopologyType === 3" ref="tuopu" />
|
||||
<standard v-else ref="tuopu" />
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="topologyType === 9" class="box">
|
||||
<Section :title="$t('homePage.home.deviceMonitor')" />
|
||||
<devicemonitoring ref="deviceFire" />
|
||||
@ -205,7 +207,9 @@
|
||||
tuopoloading:false,
|
||||
topCenterPvArr:[
|
||||
{name:'pv1AndStorage_261',value:1},
|
||||
{name:'pv2AndStorage_261',value:2}
|
||||
{name:'pv1AndStorage_sts_261',value:2},
|
||||
{name:'pv2AndStorage_261',value:3},
|
||||
{name:'pv2AndStorage_sts_261',value:4}
|
||||
],
|
||||
pvTopologyType:0,
|
||||
society: [{
|
||||
|
||||
Reference in New Issue
Block a user