From a1fdc958db61217a4400d689976f75342da8476f Mon Sep 17 00:00:00 2001 From: baicai <18221243570@163.com> Date: Sat, 27 Sep 2025 17:44:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ems/dzjk/home/index.vue | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/views/ems/dzjk/home/index.vue b/src/views/ems/dzjk/home/index.vue index 403ffbe..86a89da 100644 --- a/src/views/ems/dzjk/home/index.vue +++ b/src/views/ems/dzjk/home/index.vue @@ -79,7 +79,7 @@ import intervalUpdate from "@/mixins/ems/intervalUpdate"; export default { name: "DzjkSbjkHome", components: { WeekChart, ActiveChart, AlarmTable, ClInfo }, - mixins: [getQuerySiteId,intervalUpdate], + mixins: [getQuerySiteId, intervalUpdate], data() { return { loading: false, @@ -110,6 +110,14 @@ export default { title: "今日放电量(kWh)", attr: "dayDisChargedCap", }, + { + title: "总充电量(kWh)", + attr: "totalChargedCap", + }, + { + title: "总放电量(kWh)", + attr: "totalDischargedCap", + }, { title: "总收入", attr: "todo", @@ -118,15 +126,6 @@ export default { title: "当日实时收入", attr: "todo", }, - { - title: "总充电量(MWh)", - attr: "totalChargedCap", - }, - { - title: "总放电量(MWh)", - attr: "totalDischargedCap", - }, - ], info: {}, //基本信息 runningInfo: {}, //总累计运行数据+报警表格 @@ -164,7 +163,7 @@ export default { this.loading = false; }); // 一分钟循环一次总累计运行数据 - this.updateInterval(this.getRunningInfo) + this.updateInterval(this.getRunningInfo); }, }, }; @@ -181,7 +180,9 @@ export default { .sjgl-data { text-align: center; &:nth-child(1), - &:nth-child(2) { + &:nth-child(2), + &:nth-child(3), + &:nth-child(4) { margin-bottom: 25px; } .sjgl-title {