diff --git a/src/views/board/foaming/index2.vue b/src/views/board/foaming/index2.vue
index b94a6f1..35681bc 100644
--- a/src/views/board/foaming/index2.vue
+++ b/src/views/board/foaming/index2.vue
@@ -19,7 +19,7 @@
台车1位 1s
- 注射压力标准范围:10.0-12.0Mpa A、B组份枪头压力差<1Mpa
+ 注射压力标准范围:10.0-14.0Mpa A、B组份枪头压力差<1Mpa
发泡料温度标准范围:18.0-24.0℃
启用
@@ -754,7 +754,7 @@
产量
+ :style="'margin-bottom:2px;height: calc(9% - 2px);line-height:calc(2.6vh - 2px);color: '+ (i === 2 ? '#fff' : '#fff')+';text-align: center;background-color:' + (i === 2 ? '#8a8e9688' : '#1be40944')">
{{ i }}
487JFY
15-15
@@ -767,7 +767,7 @@
产量
+ :style="'margin-bottom:2px;height: calc(9% - 2px);line-height:calc(2.6vh - 2px);color:'+ (i === 2 ? '#fff' : '#fff')+';text-align: center;background-color:' + (i === 2 ? '#ff000088' : '#1be40944')">
{{ i }}
487JFY
15-15
@@ -780,7 +780,7 @@
产量
+ :style="'margin-bottom:2px;height: calc(9% - 2px);line-height:calc(2.6vh - 2px);color:'+ (i === 2 ? '#fff' : '#fff')+';text-align: center;background-color:' + (i === 2 ? '#ff800088' : '#1be40944')">
{{ i }}
487JFY
15-15
@@ -793,7 +793,7 @@
产量
+ :style="'margin-bottom:2px;height: calc(9% - 2px);line-height:calc(2.6vh - 2px);color:'+ (i === 2 ? '#fff' : '#fff')+';text-align: center;background-color:' + (i === 2 ? '#8a8e9688' : '#1be40944')">
{{ i }}
487JFY
15-15
@@ -821,7 +821,7 @@ export default {
'箱体队列统计',
'生产统计数据',
'发泡注射压力监控',
- '发泡料注料温度监控',
+ '发泡料温度监控',
'门体发泡生产统计',
],
titlePosition: [
@@ -856,7 +856,7 @@ export default {
differenceValue: 1000,
scrollTableOption: {
step: 0.5, // 数值越大速度滚动越快
- limitMoveNum: 5, // 开始无缝滚动的数据量 this.dataList.length
+ limitMoveNum: 9999999999, // 开始无缝滚动的数据量 this.dataList.length
hoverStop: true, // 是否开启鼠标悬停stop
direction: 1, // 0向下 1向上 2向左 3向右
openWatch: true, // 开启数据实时监控刷新dom