diff --git a/src/views/bigScreen/index_enm_ly.vue b/src/views/bigScreen/index_enm_ly.vue index 09cb95d2..007460ee 100644 --- a/src/views/bigScreen/index_enm_ly.vue +++ b/src/views/bigScreen/index_enm_ly.vue @@ -2,7 +2,7 @@
{{ hotData.production_elec_unit }}
kwh
@@ -630,7 +630,8 @@ export default {
},
mounted() {
let that = this;
- that.factoryName = that.$TOOL.data.get("BASE_INFO").base.base_name;
+ that.bigScreenName =
+ that.$TOOL.data.get("BASE_INFO").base.bigScreen_name;
that.showTime();
that.addListener();
//一天的毫秒数
@@ -744,30 +745,30 @@ export default {
let chartDom = document.getElementById("line1");
let myChart = echarts.init(chartDom);
option1.legend.data = [
- {
- name: "熟料",
- textStyle: {
- color: "#fff",
- },
- borderRadius: 2,
- itemStyle: {
- color: that.linearGradientColors[0],
- },
- },
- {
- name: "特种熟料",
- textStyle: {
- color: "#fff",
- },
- borderRadius: 2,
- itemStyle: {
- color: that.linearGradientColors[1],
- },
- },
+ // {
+ // name: "熟料",
+ // textStyle: {
+ // color: "#fff",
+ // },
+ // borderRadius: 2,
+ // itemStyle: {
+ // color: that.linearGradientColors[0],
+ // },
+ // },
+ // {
+ // name: "特种熟料",
+ // textStyle: {
+ // color: "#fff",
+ // },
+ // borderRadius: 2,
+ // itemStyle: {
+ // color: that.linearGradientColors[1],
+ // },
+ // },
];
option1.series = [
{
- name: "熟料",
+ name: "",
type: "line",
stack: "Total",
smooth: true,
@@ -785,7 +786,7 @@ export default {
data: seriesData,
},
{
- name: "特种熟料",
+ name: "",
type: "line",
stack: "Total",
smooth: true,
@@ -1484,7 +1485,7 @@ export default {
value: res[0].run_rate,
},
{
- label: "吨熟料发电量(kwh/t)",
+ label: "发电量(kwh/t)",
field: "production_elec_unit",
value: res[0].production_elec_unit
? res[0].production_elec_unit
diff --git a/src/views/qm/inm.vue b/src/views/qm/inm.vue
index 1eef5afc..071c9139 100644
--- a/src/views/qm/inm.vue
+++ b/src/views/qm/inm.vue
@@ -1,98 +1,139 @@
-