diff --git a/src/assets/js/charts.js b/src/assets/js/charts.js index b68e596..0fe55af 100644 --- a/src/assets/js/charts.js +++ b/src/assets/js/charts.js @@ -1,4 +1,5 @@ import * as echarts from "echarts"; +import { h } from "vue"; export function realTimeLine(id, data) { var chartDom = document.getElementById(id); @@ -236,9 +237,11 @@ export function realTimeLine(id, data) { top:10, itemGap: 10, width:'90%', + height:20, textStyle: { fontSize: 12, color: "#fff", + lineHeight: 30, }, pageTextStyle: { color: '#fff', // 设置翻页文字颜色 diff --git a/src/views/page/LED.vue b/src/views/page/LED.vue index 927a526..2a82a5e 100644 --- a/src/views/page/LED.vue +++ b/src/views/page/LED.vue @@ -54,24 +54,24 @@
-
- {{actList3[0] == '1' ? '有效' : '无效'}} +
+ {{actList3[2] == '1' ? '有效' : '无效'}}
高温报警时,禁止启动补光灯
-
- {{actList3[1] == '1' ? '有效' : '无效'}} +
+ {{actList3[0] == '1' ? '有效' : '无效'}}
使用1#日标温度
-
- {{actList3[2] == '1' ? '有效' : '无效'}} +
+ {{actList3[1] == '1' ? '有效' : '无效'}}
@@ -347,6 +347,7 @@ export default { this.getActive1() this.getActive2() this.getActive3() + this.inputData[21403] =this.countData10(this.inputData[21403]); } }) }, diff --git a/src/views/page/circulationCan.vue b/src/views/page/circulationCan.vue index ccde628..6e190b4 100644 --- a/src/views/page/circulationCan.vue +++ b/src/views/page/circulationCan.vue @@ -113,7 +113,7 @@
-
+
{{ actList1[3] == '1' ? '有效' : '无效' }}
@@ -124,7 +124,7 @@
-
+
{{ actList1[2] == '1' ? '有效' : '无效' }}
@@ -257,7 +257,7 @@ export default { this.actList1 = [] var num = this.inputData[this.startList[this.indexs - 1] + 1] - var num1 = this.padString(num.toString(2), 2) + var num1 = this.padString(num.toString(2), 4) var openListNew = [] openListNew = num1.split("") this.actList1 = openListNew.reverse(); diff --git a/src/views/page/electromagneticControl.vue b/src/views/page/electromagneticControl.vue index 73aebe8..9a9b277 100644 --- a/src/views/page/electromagneticControl.vue +++ b/src/views/page/electromagneticControl.vue @@ -86,13 +86,13 @@ : - - - : - 时间段里启动次数 : -