首页字段、收益表格

This commit is contained in:
白菜
2026-01-23 14:18:22 +08:00
parent fb90d81bb3
commit bfe72cf2c3
3 changed files with 38 additions and 64 deletions

View File

@ -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 || [];
},
},