设备监控使用统一的时间选择组件、文案更新

This commit is contained in:
白菜
2025-09-22 17:57:30 +08:00
parent cbc7a341c9
commit 0e7b54291f
8 changed files with 106 additions and 269 deletions

View File

@ -83,17 +83,16 @@ export default {
end: 100
}
],
// POC昨日有功功率、POC昨日无功功率
series: [
{
name:'POC实时有功功率',
name:'PCS实时有功功率',
type: 'line',
areaStyle: {
color:'#FFBD00'
},
data: data1,
},{
name:'POC实时无功功率',
name:'PCS实时无功功率',
type: 'line',
areaStyle: {
color: '#3C81FF'

View File

@ -2,7 +2,7 @@
<template>
<el-card shadow="always" class="common-card-container common-card-container-body-no-padding">
<div slot="header">
<span class="card-title">Poc平均温度</span>
<span class="card-title">PCS平均温度</span>
</div>
<div style="height: 360px" id="pocpjwdChart"/>
</el-card>
@ -80,7 +80,7 @@ export default {
],
series: [
{
name:'Poc平均温度',
name:'PCS平均温度',
data: data,
type: 'line',
areaStyle: {