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; +}