diff --git a/src/assets/model/model/bg.jpg b/src/assets/model/model/bg.jpg new file mode 100644 index 0000000..fd3ef4c Binary files /dev/null and b/src/assets/model/model/bg.jpg differ diff --git a/src/views/board/foaming/index.vue b/src/views/board/foaming/index.vue index 4fd76d1..10027b7 100644 --- a/src/views/board/foaming/index.vue +++ b/src/views/board/foaming/index.vue @@ -1160,10 +1160,8 @@ export default { e: 'fp-2-05', i: "SCADA_INV_STATS_01('')", f: (e) => { - getData().then(val => { - this.scrollTableData1 = val.table3.slice(0, 6) - this.scrollTableData2 = val.table3.slice(6, 12) - }) + this.scrollTableData1 = e.slice(0, 6) + this.scrollTableData2 = e.slice(6, 12) } }, { diff --git a/src/views/board/foaming/index2.vue b/src/views/board/foaming/index2.vue index 2825149..f1ce43a 100644 --- a/src/views/board/foaming/index2.vue +++ b/src/views/board/foaming/index2.vue @@ -70,684 +70,6 @@
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
台车号
@@ -755,7 +77,7 @@
产量
+ :style="'margin-bottom:2px;height: calc(9% - 2px);line-height:calc(2.6vh - 2px);color: '+ (i === 2 ? '#bed4ce' : '#1be409')+';text-align: center;background-color:' + (i === 2 ? '#053460' : '#053460')">
{{ i }}
487JFY
15-15
@@ -768,33 +90,33 @@
产量
+ :style="'margin-bottom:2px;height: calc(9% - 2px);line-height:calc(2.6vh - 2px);color:'+ (i === 2 ? '#ff5959' : '#1be409')+';text-align: center;background-color:' + (i === 2 ? '#053460' : '#053460')">
{{ i }}
487JFY
15-15
-
+
台车号
型号
产量
+ :style="'margin-bottom:2px;height: calc(9% - 2px);line-height:calc(2.6vh - 2px);color:'+ (i === 2 ? '#ffb769' : '#1be409')+';text-align: center;background-color:' + (i === 2 ? '#053460' : '#053460')">
{{ i }}
487JFY
15-15
-
+
台车号
型号
产量
+ :style="'margin-bottom:2px;height: calc(9% - 2px);line-height:calc(2.6vh - 2px);color:'+ (i === 2 ? '#bed4ce' : '#1be409')+';text-align: center;background-color:' + (i === 2 ? '#053460' : '#053460')">
{{ i }}
487JFY
15-15
@@ -866,8 +188,6 @@ export default { waitTime: 0, }, scrollTableData: [], - scrollTableData1: [], - scrollTableData2: [], } }, mounted() { @@ -876,8 +196,6 @@ export default { }, 10 * 1000) getData().then(e => { this.scrollTableData = e.table33 - this.scrollTableData1 = e.table3 - this.scrollTableData2 = e.table31 this.$refs.chart1.setData({ tooltip: { trigger: "axis", diff --git a/src/views/model/model.vue b/src/views/model/model.vue index 8e185a6..b71d03d 100644 --- a/src/views/model/model.vue +++ b/src/views/model/model.vue @@ -1,6 +1,7 @@