From 8fba42cefa944e11e189d8bf8dcb0b50bfe3cc67 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 29 十月 2025 10:54:42 +0800
Subject: [PATCH] fix: 领用单丝添加绞线层级字段

---
 src/components/product_card/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/product_card/index.vue b/src/components/product_card/index.vue
index 3cb28bb..9fb6b8c 100644
--- a/src/components/product_card/index.vue
+++ b/src/components/product_card/index.vue
@@ -16,7 +16,7 @@
           </view>
           <text class="text-[#646874] mx-2">
             鎬婚渶姹傛暟閲�:
-            <text class="text-[#252525]">{{ data[map.totalAmount] }}m</text>
+            <text class="text-[#252525]">{{ data[map.totalAmount] }}{{ data[map.unit] }}</text>
           </text>
         </view>
       </wd-col>
@@ -29,7 +29,7 @@
           </view>
           <text class="text-[#646874] mx-2">
             宸茬敓浜ф暟閲�:
-            <text class="text-[#252525]">{{ data[map.amount] }}m</text>
+            <text class="text-[#252525]">{{ data[map.amount] }}{{ data[map.unit] }}</text>
           </text>
         </view>
       </wd-col>
@@ -40,7 +40,7 @@
           </view>
           <text class="text-[#646874] mx-2">
             寰呮帓浜ф暟閲�:
-            <text class="text-[#252525]">{{ data[map.unAmount] }}m</text>
+            <text class="text-[#252525]">{{ data[map.unAmount] }}{{ data[map.unit] }}</text>
           </text>
         </view>
       </wd-col>

--
Gitblit v1.9.3