diff --git a/psdc-ui/src/views/emonitor/db/index.vue b/psdc-ui/src/views/emonitor/db/index.vue index c73e23a..ce918df 100644 --- a/psdc-ui/src/views/emonitor/db/index.vue +++ b/psdc-ui/src/views/emonitor/db/index.vue @@ -67,7 +67,6 @@ export default { emonth:'-- ', glData:[], glXz:[ - "00:00", "00:15", "00:30", "00:45", @@ -162,7 +161,7 @@ export default { "23:00", "23:15", "23:30", - "23:45" + "23:45", ], fdlData:'', fdlXz:'', @@ -190,6 +189,7 @@ export default { delete res.data.todayUsePowers.userId let arr = Object.values(res.data.todayUsePowers) data.glData=arr + console.log(data.glData) } //当前功率饼图 diff --git a/psdc-ui/src/views/emonitor/drgl/index.vue b/psdc-ui/src/views/emonitor/drgl/index.vue index 3f6f1fe..9f5ed40 100644 --- a/psdc-ui/src/views/emonitor/drgl/index.vue +++ b/psdc-ui/src/views/emonitor/drgl/index.vue @@ -102,7 +102,6 @@ export default { runStatus:'-- ', glData:[], glXz:[ - "00:00", "00:15", "00:30", "00:45", @@ -197,7 +196,8 @@ export default { "23:00", "23:15", "23:30", - "23:45" + "23:45", + "00:00", ], dayData:[], dayXz:[], diff --git a/psdc-ui/src/views/emonitor/frdl/index.vue b/psdc-ui/src/views/emonitor/frdl/index.vue index 58d354e..d3436bd 100644 --- a/psdc-ui/src/views/emonitor/frdl/index.vue +++ b/psdc-ui/src/views/emonitor/frdl/index.vue @@ -99,7 +99,6 @@ export default { runStatus:'-- ', glData:[], glXz:[ - "00:00", "00:15", "00:30", "00:45", @@ -194,7 +193,8 @@ export default { "23:00", "23:15", "23:30", - "23:45" + "23:45", + "00:00", ], dayData:[], dayXz:[], diff --git a/psdc-ui/src/views/emonitor/kqyrb/index.vue b/psdc-ui/src/views/emonitor/kqyrb/index.vue index 849d27c..bda2bf8 100644 --- a/psdc-ui/src/views/emonitor/kqyrb/index.vue +++ b/psdc-ui/src/views/emonitor/kqyrb/index.vue @@ -102,7 +102,6 @@ export default { runStatus:'-- ', glData:[], glXz:[ - "00:00", "00:15", "00:30", "00:45", @@ -197,7 +196,8 @@ export default { "23:00", "23:15", "23:30", - "23:45" + "23:45", + "00:00", ], dayData:[], dayXz:[],