From c1a1861e09d23000a000df1d9f8f10f046fcd745 Mon Sep 17 00:00:00 2001
From: dzq <dzq@ys.com>
Date: Thu, 5 Jun 2025 08:26:20 +0800
Subject: [PATCH] =?UTF-8?q?refactor(smart-cabinet-card):=20=E7=A7=BB?=
 =?UTF-8?q?=E9=99=A4=E6=A0=BC=E5=8F=A3=E5=8F=B7=E6=98=BE=E7=A4=BA=E6=B3=A8?=
 =?UTF-8?q?=E9=87=8A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

清理不再需要的格口号显示代码,保持界面简洁
---
 src/views/cabinet/smart-cabinet-card/detail.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/cabinet/smart-cabinet-card/detail.vue b/src/views/cabinet/smart-cabinet-card/detail.vue
index 1e11698..4f956e6 100644
--- a/src/views/cabinet/smart-cabinet-card/detail.vue
+++ b/src/views/cabinet/smart-cabinet-card/detail.vue
@@ -343,7 +343,7 @@ onMounted(() => {
                       text-anchor="middle">{{ switchCellType(item.cellType) }}</text>
                   </svg>
                   <div class="cell-info">
-                    <div class="cell-no">格口号: {{ item.cellNo }}</div>
+                    <!-- <div class="cell-no">格口号: {{ item.cellNo }}</div> -->
                     <div class="price">价格: {{ item.price }}</div>
                     <div class="stock">库存: {{ item.stock }}</div>
                     <!-- <div class="cell-type">类型: {{ switchCellType(item.cellType) }}</div> -->