From aca7aa9ce32acc4c8795342f945b027d3bc9f62a Mon Sep 17 00:00:00 2001
From: 曹睿 <360930172@qq.com>
Date: 星期二, 10 六月 2025 17:37:34 +0800
Subject: [PATCH] feat: 添加时效报工,修复扫码内存泄漏

---
 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