From d1161ed31cf0f43eae41e209716e0ccfe1d4e4be Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期二, 25 二月 2025 15:37:57 +0800
Subject: [PATCH] 大屏显示样式调整,钢化查询颜色显示、分页同步,磨边修改线路入参、tag标签

---
 UI-Project/src/views/hollow/hollowslicecage.vue |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/UI-Project/src/views/hollow/hollowslicecage.vue b/UI-Project/src/views/hollow/hollowslicecage.vue
index d6ae2ba..28dd960 100644
--- a/UI-Project/src/views/hollow/hollowslicecage.vue
+++ b/UI-Project/src/views/hollow/hollowslicecage.vue
@@ -309,14 +309,14 @@
   if (data.outInkageEntity != null) {
     outInkageEntity.value = data.outInkageEntity[0] == true ? 'green' : '#911005';
   }
-  if (data.freeTwoReqvestEntity != null) {
-    freetwo.value = data.freetwo[0] == true ? 'green' : '#911005';
+  if (data.freeTwoRequestEntity != null) {
+    freetwo.value = data.freeTwoRequestEntity[0] == true ? 'green' : '#911005';
   }
   if (data.outRequestEntity != null) {
     outRequestEntity.value = data.outRequestEntity == 1 ? 'green' : '#911005';
   }
-  if (data.free0neReguestEntity != null) {
-    freeone.value = data.freeone == 1 ? 'green' : '#911005';
+  if (data.freeOneRequestEntity != null) {
+    freeone.value = data.freeOneRequestEntity == 1 ? 'green' : '#911005';
   }
   if(data.bigStorageCageDetailsOutTask!=null){
     tableDatac.value = data.bigStorageCageDetailsOutTask[0]
@@ -484,7 +484,7 @@
     </div>
 <!-- // 鐖剁骇妗� -->
 <div class="img-dlpl" >
-    <div class="img-car1" :style="'z-index:999;left:270px;top:' + 350*carPosition[0] + 'px;position:absolute;'">
+    <div class="img-car1" :style="'z-index:999;left:475px;top:' + 1700*carPosition[0] + 'px;position:absolute;'">
       <div  
       v-for="(rect, index) in adjusta"  
       :key="rect.id"  
@@ -498,7 +498,7 @@
     >
     </div>
     </div>
-    <div class="img-car4" :style="'z-index:999;left:740px;top:' + 350*carPosition[1] + 'px;position:absolute;'">
+    <div class="img-car4" :style="'z-index:999;left:890px;top:' + 600*carPosition[1] + 'px;position:absolute;'">
       <div  
       v-for="(rect, index) in adjust"  
       :key="rect.id"  
@@ -1019,19 +1019,19 @@
 .img-dlpl{
   margin-left: 20px;
   margin-top: 0px;
-  background-image:url('../../assets/dlpl9.png');
+  background-image:url('../../assets/zhongkong.png');
   background-repeat: no-repeat;
   background-attachment: local;
-  min-height: 400px;
+  min-height: 700px;
   width: 1200px;
   max-width: 100%;
-  background-size: 1200px 400px;
+  background-size: 1200px 700px;
   overflow: hidden;
   position:relative
 }
 .img-car1{
   display: flex;
-  background-image:url('../../assets/lp9.png');
+  background-image:url('../../assets/xiaoche.png');
   position: absolute;
   background-repeat: no-repeat;
   background-attachment: local;
@@ -1044,7 +1044,7 @@
 }
 .img-car4{
   display: flex;
-  background-image:url('../../assets/lpa9.png');
+  background-image:url('../../assets/xiaoche.png');
   position: absolute;
   background-repeat: no-repeat;
   background-attachment: local;

--
Gitblit v1.8.0