From 42568bdd99cfaadd3f8d9059e5166e2e0b2b26d0 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Tue, 26 Aug 2025 14:37:27 +0800
Subject: [PATCH] 1

---
 src/page/user/Warehouse/item.card.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/page/user/Warehouse/item.card.vue b/src/page/user/Warehouse/item.card.vue
index 5b3ee92..b27900c 100644
--- a/src/page/user/Warehouse/item.card.vue
+++ b/src/page/user/Warehouse/item.card.vue
@@ -73,12 +73,12 @@
     </div>
     <div class="zj">
       <div class="zj_box">
-        <div style="display: flex;align-items: center;color: #858093;"><img style="width: 20px;margin-right: 5px;" src="@/assets/img/xiaohao.svg"/>占用资金</div>
+        <div style="display: flex;align-items: center;color: #858093;"><img style="width: 20px;margin-right: 5px;" src="@/assets/img/xiaohao.svg"/>{{$t('占用资金')}}</div>
         <div style="color: #185546;font-weight: bold;">{{ activeObj.freezeMoney   }}</div>
       </div>
       <div class="zj_box">
         <div style="display: flex;align-items: center;color: #858093;"><img style="width: 20px;margin-right: 5px;" src="@/assets/img/xiaohao.svg"/>{{ $t("凍結資產") }}</div>
-        <div style="color: #185546;font-weight: bold;">0.00</div>
+        <div style="color: #185546;font-weight: bold;">{{ activeObj.freezeMoney   }}</div>
       </div>
     </div>
     <Dialog ref="closeAllDialog" :title="$t('一鍵平倉')" :confirm="confirm">

--
Gitblit v1.9.3