develop_cloud #1

Merged
dashixiong merged 234 commits from develop_cloud into main-cloud 2026-02-11 02:06:04 +00:00
87 changed files with 7348 additions and 24 deletions
Showing only changes of commit 111079eb48 - Show all commits

View File

@ -76,11 +76,11 @@ export default {
{ {
type: 'inside', type: 'inside',
start: 0, start: 0,
end: 10 end: 100
}, },
{ {
start: 0, start: 0,
end: 10 end: 100
} }
], ],
// POC昨日有功功率、POC昨日无功功率 // POC昨日有功功率、POC昨日无功功率

View File

@ -74,11 +74,11 @@ export default {
{ {
type: 'inside', type: 'inside',
start: 0, start: 0,
end: 10 end: 100
}, },
{ {
start: 0, start: 0,
end: 10 end: 100
} }
], ],
series: [ series: [

View File

@ -75,11 +75,11 @@ export default {
{ {
type: 'inside', type: 'inside',
start: 0, start: 0,
end: 10 end: 100
}, },
{ {
start: 0, start: 0,
end: 10 end: 100
} }
], ],
series: [ series: [

View File

@ -71,11 +71,11 @@ export default {
{ {
type: 'inside', type: 'inside',
start: 0, start: 0,
end: 10 end: 100
}, },
{ {
start: 0, start: 0,
end: 10 end: 100
} }
], ],
series: [ series: [

View File

@ -53,7 +53,7 @@ export default {
borderColor: "#4bf3f9", borderColor: "#4bf3f9",
shadowColor: '#03365b', //阴影颜色 shadowColor: '#03365b', //阴影颜色
shadowOffsetX: 0, //阴影偏移量 shadowOffsetX: 0, //阴影偏移量
shadowOffsetY: 10, //阴影偏移量 shadowOffsetY: 0, //阴影偏移量
}, },
emphasis: { emphasis: {
label: { label: {

View File

@ -84,11 +84,11 @@ export default {
value:'', value:'',
attr:'runningTime' attr:'runningTime'
},{ },{
title:'装机功率', title:'装机功率(MW)',
value:'', value:'',
attr:'installPower' attr:'installPower'
},{ },{
title:'装机容量', title:'装机容量(MW)',
value:'', value:'',
attr:'installCapacity', attr:'installCapacity',
}] }]