首页字段、收益表格
This commit is contained in:
@ -57,10 +57,6 @@
|
||||
</div>
|
||||
</el-card>
|
||||
</el-col>
|
||||
<!--策略信息-->
|
||||
<!-- <el-col :xs="24" :sm="24" :lg="16">-->
|
||||
<!-- <cl-info :info="runningInfo.strategyTempInfo"/>-->
|
||||
<!-- </el-col>-->
|
||||
<!-- 总累计运行数据-->
|
||||
<el-col :xs="24" :sm="24" :lg="19">
|
||||
<el-card
|
||||
@ -146,12 +142,12 @@ export default {
|
||||
},
|
||||
{
|
||||
title: "昨日充电量(kWh)",
|
||||
attr: "todo",
|
||||
attr: "yesterdayChargedCap",
|
||||
color: '#4472c4'
|
||||
},
|
||||
{
|
||||
title: "昨日放电量(kWh)",
|
||||
attr: "todo",
|
||||
attr: "yesterdayDisChargedCap",
|
||||
color: '#70ad47'
|
||||
},
|
||||
{
|
||||
@ -161,7 +157,7 @@ export default {
|
||||
},
|
||||
{
|
||||
title: "昨日实时收入(元)",
|
||||
attr: "todo",
|
||||
attr: "yesterdayRevenue",
|
||||
color: '#f67438'
|
||||
},
|
||||
],
|
||||
@ -171,10 +167,6 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
tableData() {
|
||||
console.log(
|
||||
"this.runningInfo?.siteMonitorHomeAlarmVo ",
|
||||
this.runningInfo?.siteMonitorHomeAlarmVo
|
||||
);
|
||||
return this.runningInfo?.siteMonitorHomeAlarmVo || [];
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user