From e24d428ad8993bcd198233369aee0db50407ada4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Fri, 1 Mar 2024 17:15:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7=E7=95=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/board/production/firstFloor.vue | 61 +++++++++++++++++-- 1 file changed, 55 insertions(+), 6 deletions(-) diff --git a/hw-ui/src/views/board/production/firstFloor.vue b/hw-ui/src/views/board/production/firstFloor.vue index 2ca3f77..0d463a6 100644 --- a/hw-ui/src/views/board/production/firstFloor.vue +++ b/hw-ui/src/views/board/production/firstFloor.vue @@ -7,22 +7,22 @@
-
+
编号
-
+
生产工单
-
+
计划数量
-
+
实际数量
-
+
差异值
-
+
完成率
@@ -77,6 +77,19 @@
+
1
+
0
+
0
+
0
+
1
+
0
+
0
+
0
+
1
+
0
+
0
+
0
+
@@ -100,6 +113,10 @@ export default { '七日产量对比', '设备OEE统计', '设备时长统计', + '计划数量:', + '完成数量:', + '差异值:', + '产线状态:', ], titlePosition: [ { @@ -122,6 +139,22 @@ export default { top: 63, left: 75 }, + { + top: 11.3, + left: 30.5 + }, + { + top: 11.3, + left: 45 + }, + { + top: 11.3, + left: 59.5 + }, + { + top: 25, + left: 44 + }, ], scrollTableOption: { step: 0.5, // 数值越大速度滚动越快 @@ -594,6 +627,11 @@ export default { font-size: 1vw; letter-spacing: 2px; } +.num1{ + position: absolute; + font-size: 2vw; + transform: translate(-50%,-50%); +} .table1 { position: absolute; @@ -609,6 +647,7 @@ export default { width: calc(100% / 6); text-align: center; padding: 4px 0; + color:#fff9 } .chart1 { @@ -645,4 +684,14 @@ export default { height: 29%; } +.state{ + position: absolute; + transform: translate(-50%,-50%); + top: 25%; + left:50%; + width: 1.5vw; + height: 1.5vw; + border-radius: 50%; + background-color: #ffff00; +}