From 4840673314921235a3abb6b2485383ff9c6fc72c Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期五, 08 八月 2025 16:18:08 +0800
Subject: [PATCH] refactor(dry): 调整车间大屏和机台大屏的尺寸,更换设备模型图片

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

diff --git a/src/views/dry/monitor/Eqp.vue b/src/views/dry/monitor/Eqp.vue
index 461bb0e..c2f8b54 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>
@@ -931,7 +931,7 @@
 			// 	'#DBE165',
 			// ],
 			animation: false, // 鍏抽棴鍔ㄧ敾
-			color: ['#397FD7', '#2D8CDE', '#239CE5', '#1DA4E8', '#14B2EF', '#0BC4FA', '#02D2FF', '#19EEFF', '#33FAFF', '#5EFFF8'],
+			color: ['#397FD7', '#2D8CDE', '#239CE5', '#1DA4E8', '#14B2EF', '#0BC4FA', '#02D2FF', '#19EEFF', '#33FAFF', '#5EFFF8', '#60FFFE', '#64FAFF', '#70FFFF', '#7BFFFF', '#88FFFD', '#97FFFF', '#A5FFFD', '#B1FFFF', '#BFFFFF', '#CAFFFF'],
 			grid: {
 				top: '12%',
 				left: '20',
@@ -1268,7 +1268,7 @@
 				/**娓╁害鐜舰鍥� */
 				if (bellowsTempChart) {
 					bellowsTempChart.setOption({
-						series: [{ data: [{ value: res.windTemp }] }, { data: [{ value: res.windTemp }] }],
+						series: [{ data: [{ value: res.trendVo.fanTemp }] }, { data: [{ value: res.trendVo.fanTemp }] }],
 					})
 				}
 				/**椋庢満棰戠巼鐜舰鍥� */
@@ -1291,7 +1291,7 @@
 					var ganZaoXiaoLv = []
 					var zhengQiXiaoHao = []
 					var dianNengXiaoHao = []
-					var totalTime = 0
+					var totalTime = 1
 					var beforeWeight = 0
 					res.moisList = []
 
@@ -1654,12 +1654,12 @@
 		justify-content: center;
 		align-content: flex-start;
 		/* background-color: white; */
-		background-image: url(/src/assets/images/dry/shebei1.png);
+		background-image: url(/src/assets/images/dry/gzj.png);
 		background-repeat: no-repeat;
-		background-size: 110%;
+		background-size: 70%;
 		border-radius: 10px;
 		flex-wrap: wrap;
-		background-position: -78px 119px;
+		background-position: 108px 279px;
 	}
 	.leftTop0 {
 		height: 600px;

--
Gitblit v1.9.3