diff --git a/web/src/components/Home/Modal.vue b/web/src/components/Home/Modal.vue index ecfcb49..5d74a4b 100644 --- a/web/src/components/Home/Modal.vue +++ b/web/src/components/Home/Modal.vue @@ -80,7 +80,7 @@ export default { title: '运行信息', class: 'operation-status', componentId:markRaw( OperationalInfo), - infoKey: 'dataTotal' + infoKey: 'envTotal' }, { title: '场站收益情况', diff --git a/web/src/components/monitor/device.vue b/web/src/components/monitor/device.vue index 51a7aeb..21aee1b 100644 --- a/web/src/components/monitor/device.vue +++ b/web/src/components/monitor/device.vue @@ -483,9 +483,10 @@ export default { overflow-y: auto; .value { font-weight: 700; + font-size: 13px; } .item-info { - height: 30px; + height: 24px; } } .item-gun { @@ -541,6 +542,7 @@ export default { } .text { color: $text-color; + font-size: 13px; } .video { margin-top: 10px; diff --git a/web/src/components/statisticalAnalysis/energyEchart.vue b/web/src/components/statisticalAnalysis/energyEchart.vue index 6d90c69..8a2e43a 100644 --- a/web/src/components/statisticalAnalysis/energyEchart.vue +++ b/web/src/components/statisticalAnalysis/energyEchart.vue @@ -223,7 +223,7 @@ export default { show: true, xAxisIndex: 0, start: 0, - end: 20, + end: 100, height: 20, bottom: 10, }, diff --git a/web/src/views/sub/Home.vue b/web/src/views/sub/Home.vue index be6a01d..f343b7d 100644 --- a/web/src/views/sub/Home.vue +++ b/web/src/views/sub/Home.vue @@ -176,7 +176,7 @@ export default { // category:类别,1:储能设备,2:充电设备,3:光伏设备,为0或不传查询所有类别总计 const query = { date: getDateDaysAgo(0), - stationId: this.stationId, + station_id: this.stationId, category: 0 } const res = await getReq('/queryStatTotal', query) @@ -216,7 +216,7 @@ export default { // start_date:开始日期,格式:yyyy-mm-dd // end_date:结束日期,格式:yyyy-mm-dd const query = { - stationId: this.stationId, + station_id: this.stationId, category, start_date: getDateDaysAgo(7 - 1), end_date: getDateDaysAgo(0)