From 8254c9690d2150b496d4107e8c65ce270fba3660 Mon Sep 17 00:00:00 2001
From: chenhc <2369838784@qq.com>
Date: Mon, 20 Jan 2025 11:05:27 +0800
Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
 src/components/ShelfDisplay/index.vue    | 57 ++++++++++++++++--------
 src/views/basic/workplace/rackManage.vue | 52 +++++++++++++++------
 2 files changed, 77 insertions(+), 32 deletions(-)
diff --git a/src/components/ShelfDisplay/index.vue b/src/components/ShelfDisplay/index.vue
index ae3fd5f0..327592c0 100644
--- a/src/components/ShelfDisplay/index.vue
+++ b/src/components/ShelfDisplay/index.vue
@@ -17,28 +17,38 @@
             @click="handleSlotClick(slot)"
           >
             
-            
+              
+
                 
                   {{ slot.cpmctymc ? slot.cpmctymc: "暂未绑定"}}
                 
 
+              
+              
+
+            
+
               
                 {{ slot.name }}
-                {{  slot.reCount <= 0 ?'低库存':'正常' }}
-                
+                  
+
+
+
+
+
+
+
+
+
+