From f1dc8f5a7f3a661ce19513a9ad47fe18e3e883ff Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 12 Aug 2024 11:47:14 +0800
Subject: [PATCH] 1
---
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