From f0ff93bd4b1636ed99f637b86cd4f0b8af63414d Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Tue, 03 Jun 2025 18:34:32 +0800
Subject: [PATCH] style

---
 src/views/wallet/components/optionRecord.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/wallet/components/optionRecord.vue b/src/views/wallet/components/optionRecord.vue
index 198f8d4..5c8b218 100644
--- a/src/views/wallet/components/optionRecord.vue
+++ b/src/views/wallet/components/optionRecord.vue
@@ -99,7 +99,7 @@
             class="pagination-box"
             v-model:current-page="pageNum"
             default-page-size="20"
-             layout="prev, pager, next"
+            layout="prev, pager, next"
             :total="tableLength"
             @current-change="handleCurrentChange"
           />
@@ -118,7 +118,7 @@
   data() {
     return {
       activeName: 0,
-      labels: ["當前交易", "歷史交易"],
+      labels: [this.$t("message.user.dangqjy"), this.$t("message.user.lisjy")],
       tableData: [],
       mineData: [],
       pageNum: 1,

--
Gitblit v1.9.3