diff --git a/psdc-ui/src/views/analyse/nhdb/index.vue b/psdc-ui/src/views/analyse/nhdb/index.vue index deebc15..74a47d0 100644 --- a/psdc-ui/src/views/analyse/nhdb/index.vue +++ b/psdc-ui/src/views/analyse/nhdb/index.vue @@ -1,20 +1,23 @@ @@ -39,34 +42,36 @@ const data = reactive({ }, { key: 3, - label:'执行时长', - startTime:'3h' + label:'执行前室内温度', + startTime:'20℃' }, { key: 4, - label:'单位时间用电', - startTime:'5kWh' + label:'执行前室外温度', + startTime:'14℃' }, { key: 5, - label:'执行前室内温度', - startTime:'20℃' + label:'执行后室内温度', + startTime:'29℃' }, { key: 6, - label:'执行前室外温度', - startTime:'14℃' + label:'执行后室外温度', + startTime:'15℃' }, { key: 7, - label:'执行后室内温度', - startTime:'29℃' + label:'执行时长', + startTime:'3h' }, + {}, { key: 8, - label:'执行后室外温度', - startTime:'15℃' + label:'单位时间用电', + startTime:'5kWh' }, + {}, { key: 9, label:'总用电量', @@ -89,34 +94,36 @@ const data = reactive({ }, { key: 3, - label:'执行时长', - startTime:'2h' + label:'执行前室内温度', + startTime:'22℃' }, { key: 4, - label:'单位时间用电', - startTime:'6kWh' + label:'执行前室外温度', + startTime:'15℃' }, { key: 5, - label:'执行前室内温度', - startTime:'22℃' + label:'执行后室内温度', + startTime:'30℃' }, { key: 6, - label:'执行前室外温度', + label:'执行后室外温度', startTime:'15℃' }, { key: 7, - label:'执行后室内温度', - startTime:'30℃' + label:'执行时长', + startTime:'2h' }, + {}, { key: 8, - label:'执行后室外温度', - startTime:'15℃' + label:'单位时间用电', + startTime:'6kWh' }, + {}, { key: 9, label:'总用电量', @@ -125,52 +132,54 @@ const data = reactive({ ] }, { - sceneName:'电磁锅炉水蓄热策略', + sceneName:'空气源热泵供暖策略', data:[ { key: 1, label:'开始执行时间', - startTime:'2023-06-05 08:00:00' + startTime:'2023-06-05 11:00:00' }, { key: 2, label:'结束执行时间', - startTime:'2023-06-05 12:00:00' + startTime:'2023-06-05 13:00:00' }, { key: 3, - label:'执行时长', - startTime:'4h' + label:'执行前室内温度', + startTime:'22℃' }, { key: 4, - label:'单位时间用电', - startTime:'5kWh' + label:'执行前室外温度', + startTime:'15℃' }, { key: 5, - label:'执行前室内温度', - startTime:'16℃' + label:'执行后室内温度', + startTime:'30℃' }, { key: 6, - label:'执行前室外温度', - startTime:'13℃' + label:'执行后室外温度', + startTime:'15℃' }, { key: 7, - label:'执行后室内温度', - startTime:'26℃' + label:'执行时长', + startTime:'2h' }, + {}, { key: 8, - label:'执行后室外温度', - startTime:'16℃' + label:'单位时间用电', + startTime:'6kWh' }, + {}, { key: 9, label:'总用电量', - startTime:'20kWh' + startTime:'12kWh' } ] }, @@ -180,10 +189,13 @@ const data = reactive({ diff --git a/psdc-ui/src/views/bigview/index.vue b/psdc-ui/src/views/bigview/index.vue index c49c649..2fcb84e 100644 --- a/psdc-ui/src/views/bigview/index.vue +++ b/psdc-ui/src/views/bigview/index.vue @@ -835,7 +835,16 @@ function dqglChartFun(){ symbol: "none", //去掉圆点 itemStyle: { //线条颜色 color: '#128dff', - } + }, + areaStyle: { + normal: { + color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ + {offset: 0, color: "#128dff"}, + {offset: 0.5, color: "rgba(18,141,252,.2)"}, + {offset: 1, color: "rgba(18,141,252,.0)"} + ]) + } + }, //设置折线区域渐变颜色 } ] }; diff --git a/psdc-ui/src/views/control/manual/index.vue b/psdc-ui/src/views/control/manual/index.vue index 04d0d10..1cd9c44 100644 --- a/psdc-ui/src/views/control/manual/index.vue +++ b/psdc-ui/src/views/control/manual/index.vue @@ -67,7 +67,12 @@ {{ item.sceneName }} - + {{items.step}} @@ -107,7 +112,7 @@