From a51ae716cb1eb8e21fc4a5c355d3cdbe02b27d7f Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Wed, 04 Jun 2025 18:38:25 +0800
Subject: [PATCH] style

---
 src/views/wealth/pledgeRecord.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/wealth/pledgeRecord.vue b/src/views/wealth/pledgeRecord.vue
index 78f052c..8565213 100644
--- a/src/views/wealth/pledgeRecord.vue
+++ b/src/views/wealth/pledgeRecord.vue
@@ -18,7 +18,7 @@
 
           <div data-v-23118946="" class="head">
             <div data-v-23118946="">
-              <div data-v-23118946="">正在託管資金</div>
+              <div data-v-23118946="">{{ $t("message.user.ma51") }}</div>
               <div data-v-23118946="" class="value">
                 <span data-v-23118946="">0</span
                 ><span
@@ -30,15 +30,15 @@
               </div>
             </div>
             <div data-v-23118946="">
-              <div data-v-23118946="">今日預計收益</div>
+              <div data-v-23118946="">{{ $t("message.user.ma52") }}</div>
               <div data-v-23118946="" class="value">0</div>
             </div>
             <div data-v-23118946="">
-              <div data-v-23118946="">累計收益</div>
+              <div data-v-23118946="">{{ $t("message.user.leijishouyi") }}</div>
               <div data-v-23118946="" class="value">0</div>
             </div>
             <div data-v-23118946="">
-              <div data-v-23118946="">託管中的訂單</div>
+              <div data-v-23118946="">{{ $t("message.user.ma53") }}</div>
               <div data-v-23118946="" class="value">0</div>
             </div>
           </div>
@@ -109,7 +109,7 @@
   data() {
     return {
       activeName: 0,
-      labels: ["當前質押", "歷史質押"],
+      labels: [this.$t("message.user.ma49"), this.$t("message.user.ma50")],
       tableData: [],
       mineData: [],
     };

--
Gitblit v1.9.3