From 9edc15495bd962bed4585c13fc15d08b330f1e52 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Sun, 21 Apr 2024 16:33:08 +0800
Subject: [PATCH] first
---
src/page/tradeRecord/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/page/tradeRecord/index.vue b/src/page/tradeRecord/index.vue
index cedf94c..5b9b7f9 100644
--- a/src/page/tradeRecord/index.vue
+++ b/src/page/tradeRecord/index.vue
@@ -11,7 +11,7 @@
<van-tab :title="$t('当前委托')" class="font-30">
<div class="all-select flex justify-end">
<div class="select-box flex" @click.stop="isAll = !isAll">
- <div class="flex-1 font-24">{{ symbol.toUpperCase() }}/USDT</div>
+ <div class="flex-1 font-24">{{ symbol | _symbolName }}/USDT</div>
<van-icon name="arrow-down" />
<div class="select-data" v-if="isAll">
<div
@@ -20,7 +20,7 @@
v-for="(item, index) in currencyList"
:key="index"
>
- {{ item.symbol.toUpperCase() }}/USDT
+ {{ item.symbol | _symbolName }}/USDT
</div>
</div>
</div>
--
Gitblit v1.9.3