From 5bec62ee89b4beb9d631670fe436fd3de2887317 Mon Sep 17 00:00:00 2001
From: bsw215583320 <baoshiwei121@163.com>
Date: 星期六, 05 八月 2023 09:34:44 +0800
Subject: [PATCH] 优化车间大屏和机台大屏

---
 src/views/dry/monitor/Eqp.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/dry/monitor/Eqp.vue b/src/views/dry/monitor/Eqp.vue
index 461bb0e..2660e45 100644
--- a/src/views/dry/monitor/Eqp.vue
+++ b/src/views/dry/monitor/Eqp.vue
@@ -21,7 +21,7 @@
 								</div>
 								<div class="formula">
 									<div class="formulaItem">
-										<Icon style="color: powderblue" icon="icon-park-twotone:box" :size="35" />
+										<Icon style="color: powderblue" icon="la:box" :size="35" />
 										<div>
 											<div class="mainInfo2">{{ realData?.feed }}绛�</div>
 											<div class="subhead2">鎶曟枡閲�</div>
@@ -40,7 +40,7 @@
 											<div class="mainInfo2">{{ realData?.target }}%</div>
 											<div class="subhead2">鐩爣</div>
 										</div>
-									</div>
+									</div> 
 								</div>
 								<!-- <div class="eqpName">{{ realData?.herbName }}</div>
 								<div class="eqpName">{{ realData?.feed }} 绛�</div> -->
@@ -151,7 +151,7 @@
 						<div class="chartTittle">瀹炴椂杩涘害</div>
 						<div id="efficiencyLine" style="width: 780px; height: 130px; margin-top: -10px"></div>
 						<div style="height: 10px; display: flex; width: 780px; padding: 0 60px; justify-content: space-between">
-							<div style="width: 100px; height: 20px">0 min</div>
+							<div style="width: 100px; height: 20px">{{ realData.dryTime | 0 }} min</div>
 							<div style="width: 100px; height: 20px; text-align: right">{{ realData?.totalTime | 0 }} min</div>
 						</div>
 						<div id="progressBar" style="width: 780px; height: 80px"></div>

--
Gitblit v1.9.3