From 410bcba8773a6681cc389d73952612706039a691 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Wed, 24 Jul 2024 16:41:41 +0800
Subject: [PATCH] 123

---
 src/views/wallet/spot.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/wallet/spot.vue b/src/views/wallet/spot.vue
index d0be301..6e55a51 100644
--- a/src/views/wallet/spot.vue
+++ b/src/views/wallet/spot.vue
@@ -25,9 +25,9 @@
       <div class="margin-top-bottom20">
         <total-assets :pageType="'financial'"></total-assets>
         <div class="tab-customize-box">
-          <el-input v-model="bizhong" style="width: 150px;" placeholder="搜索币种"/>
-          <el-button type="primary" style="margin-left: 10px;margin-right: 20px;" @click="getList">查询</el-button>
-          <el-checkbox v-model="yangCangchecked" label="隐藏0资产" size="large" @change="getList" />
+          <el-input v-model="bizhong" style="width: 150px;" :placeholder="$t('message.user.sousuobizhong')"/>
+          <el-button type="primary" style="margin-left: 10px;margin-right: 20px;" @click="getList">{{ $t('message.user.chaxun') }}</el-button>
+          <el-checkbox v-model="yangCangchecked" :label="$t('message.user.yincangzichan')" size="large" @change="getList" />
         </div>
       </div>
       <div>

--
Gitblit v1.9.3