diff --git a/src/views/enm_coalbase/report.vue b/src/views/enm_coalbase/report.vue index d26576f8..ed4690d0 100644 --- a/src/views/enm_coalbase/report.vue +++ b/src/views/enm_coalbase/report.vue @@ -82,7 +82,12 @@ -
+ + 本日 + 本月 + 本年 + +
小时生产参数统计图
-
+
本月生产参数统计图
-
+
本年生产参数统计图
-
+ + 本日 + 本月 + 本年 + +
小时生产参数统计图
-
+
本月生产参数统计图
-
+
本年生产参数统计图
-
+ + 本日 + 本月 + 本年 + +
小时生产参数统计图
-
+
本月生产参数统计图
-
+
本年生产参数统计图
- - -
+ + 本月 + 本年 + +
本月生产参数统计图
-
+
本年生产参数统计图
{ - // let seriesData0 = [], - // seriesData1 = []; - // console.log("获取小时数据", response); - // let data = response; - // data.forEach((item) => { - // let ind = item.hour - 1; - // seriesData0[ind] = item.total_production; - // seriesData1[ind] = item.elec_consume_unit; - // }); - // let options = { ...that.option1 }; - // options.series[0].data = seriesData0; - // options.series[1].data = seriesData1; - // let hourXAxis = []; - // for (let i = 1; i <= that.hours; i++) { - // let item = i + "时"; - // hourXAxis.push(item); - // } - // options.xAxis.data = hourXAxis; - // that.optionHour = options; - // }); - // }, //获取天数据 getDayData() { let that = this; diff --git a/src/views/enm_rmbase/report.vue b/src/views/enm_rmbase/report.vue index 6f28f189..07d66ad2 100644 --- a/src/views/enm_rmbase/report.vue +++ b/src/views/enm_rmbase/report.vue @@ -85,7 +85,12 @@ -
+ + 本日 + 本月 + 本年 + +
小时生产参数统计图
-
+
本月生产参数统计图
-
+
本年生产参数统计图