优化
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="about-container">
|
||||
<view class="header-section text-center">
|
||||
<image style="width: 150rpx;height: 150rpx;" src="/static/logo.png" mode="widthFix">
|
||||
<image style="width: 150rpx;height: 150rpx;" src="/static/logo-trans.png" mode="widthFix">
|
||||
</image>
|
||||
<uni-title type="h2" title="EMS移动端"></uni-title>
|
||||
</view>
|
||||
|
||||
@ -21,13 +21,13 @@
|
||||
<uni-grid-item>
|
||||
<view class="grid-item-box">
|
||||
<view class="title">装机功率(MW)</view>
|
||||
<view class="text">{{baseInfo.installPower}}</view>
|
||||
<view class="text">{{baseInfo.installPower | formatNumber}}</view>
|
||||
</view>
|
||||
</uni-grid-item>
|
||||
<uni-grid-item>
|
||||
<view class="grid-item-box">
|
||||
<view class="title">装机容量(MW)</view>
|
||||
<view class="text">{{baseInfo.installCapacity}}</view>
|
||||
<view class="text">{{baseInfo.installCapacity | formatNumber}}</view>
|
||||
</view>
|
||||
</uni-grid-item>
|
||||
</uni-grid>
|
||||
@ -455,6 +455,7 @@
|
||||
.text-color {
|
||||
color: #fff;
|
||||
font-size: 34rpx;
|
||||
line-height: 36rpx;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
|
||||
@ -168,16 +168,16 @@
|
||||
list: [],
|
||||
siteId: '',
|
||||
infoData: [{
|
||||
label: "总交流有功电率",
|
||||
label: "总交流有功功率",
|
||||
attr: "totalActivePower",
|
||||
unit: "kW",
|
||||
pointName: "总交流有功电率",
|
||||
pointName: "总交流有功功率",
|
||||
},
|
||||
{
|
||||
label: "总交流无功电率",
|
||||
label: "总交流无功功率",
|
||||
attr: "totalReactivePower",
|
||||
unit: "kVar",
|
||||
pointName: "总交流无功电率",
|
||||
pointName: "总交流无功功率",
|
||||
},
|
||||
{
|
||||
label: "当天交流充电量",
|
||||
|
||||
Reference in New Issue
Block a user