From 0150b998c307c191b8380fba106b71ae9688d94f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com>
Date: Tue, 5 Dec 2023 11:22:21 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=95=8C=E9=9D=A2=E6=98=BE?=
=?UTF-8?q?=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/board/foaming/index2.vue | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
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