|
|
@ -3,44 +3,8 @@
|
|
|
|
<uni-nav-bar left-icon="left" fixed="true" title="电站列表" @clickLeft="handleClickLeft"></uni-nav-bar>
|
|
|
|
<uni-nav-bar left-icon="left" fixed="true" title="电站列表" @clickLeft="handleClickLeft"></uni-nav-bar>
|
|
|
|
<scroll-view :scroll-y="modalName==null" class="page" :class="modalName!=null?'show':''">
|
|
|
|
<scroll-view :scroll-y="modalName==null" class="page" :class="modalName!=null?'show':''">
|
|
|
|
<view class="station-box">
|
|
|
|
<view class="station-box">
|
|
|
|
<!-- <view>
|
|
|
|
|
|
|
|
选择电站:<picker mode="selector" :range="stationData"
|
|
|
|
|
|
|
|
range-key="stationName"
|
|
|
|
|
|
|
|
:value="index" @change="handlerChangeStation">
|
|
|
|
|
|
|
|
<view style="color: royalblue;">{{ stationData[index].stationName }}</view>
|
|
|
|
|
|
|
|
</picker>
|
|
|
|
|
|
|
|
</view> -->
|
|
|
|
|
|
|
|
<view class="card-box">
|
|
|
|
<view class="card-box">
|
|
|
|
<uni-section title="电站列表" type="line" padding="0 0 5px 0">
|
|
|
|
<uni-section title="电站列表" type="line" padding="0 0 5px 0">
|
|
|
|
<!-- <uni-card title="">
|
|
|
|
|
|
|
|
<template v-slot:title>
|
|
|
|
|
|
|
|
<uni-list>
|
|
|
|
|
|
|
|
<uni-list-item showArrow clickable :title="station.stationName" @click="goNext" />
|
|
|
|
|
|
|
|
</uni-list>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<view class="station-info">
|
|
|
|
|
|
|
|
<view class="flex station-info-item">
|
|
|
|
|
|
|
|
<text class="left">装机容量(MW):</text>
|
|
|
|
|
|
|
|
<text>{{ station.capacity }}</text>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="flex station-info-item">
|
|
|
|
|
|
|
|
<text class="left">当日功率(kW):</text>
|
|
|
|
|
|
|
|
<text>{{ station.dayPower }}</text>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="flex station-info-item">
|
|
|
|
|
|
|
|
<text class="left">当日发电(kWh):</text>
|
|
|
|
|
|
|
|
<text>{{ station.dayElectricity }}</text>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="flex station-info-item">
|
|
|
|
|
|
|
|
<text class="left">累计发电(kWh):</text>
|
|
|
|
|
|
|
|
<text>{{ station.totalElectricity }}</text>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="flex station-info-item">
|
|
|
|
|
|
|
|
<text class="left">光照强度(W/m^2):</text>
|
|
|
|
|
|
|
|
<text>{{ station.irradiationLevel }}</text>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</uni-card> -->
|
|
|
|
|
|
|
|
<view class="station-box-list">
|
|
|
|
<view class="station-box-list">
|
|
|
|
<uni-card title=""
|
|
|
|
<uni-card title=""
|
|
|
|
class="arrow animation-slide-right"
|
|
|
|
class="arrow animation-slide-right"
|
|
|
|