From 9de6c7c6d835ba5161d64114d154bfc7676244a1 Mon Sep 17 00:00:00 2001
From: 陈勇 <竞男@ASUNA>
Date: 星期一, 06 四月 2026 12:44:43 +0800
Subject: [PATCH] 同步

---
 项目代码/WMS/WMSClient/src/views/widesea_wms/stock/locationInfoRow.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/locationInfoRow.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/locationInfoRow.vue"
index a10d4f6..079abc6 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/locationInfoRow.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/locationInfoRow.vue"
@@ -55,7 +55,7 @@
           <div class="row" v-for="row in layer.rows" :key="row.index">
             <div class="location-cell" :style="{ 'background-color': GetBgColor(col) }" v-for="col in row.cols"
               :key="col.index" @mouseenter="showTooltip(col, $event)" @mouseleave="hideTooltip">
-              {{ row.index }}-{{ layer.index }}-{{ col.index }}
+              {{ row.index }}-{{ col.index }}-{{ layer.index }}
             </div>
           </div>
         </div>

--
Gitblit v1.9.3