From 90dcbbc06eb2dce7d6fd6a7923f149f1f35c9361 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Thu, 18 Apr 2024 23:45:57 +0800
Subject: [PATCH] first

---
 src/components/trade-head/index.vue |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/components/trade-head/index.vue b/src/components/trade-head/index.vue
index 059a6fb..e2e9fab 100644
--- a/src/components/trade-head/index.vue
+++ b/src/components/trade-head/index.vue
@@ -97,7 +97,14 @@
           @click="onRoute(item)"
         >
           <div>
-            <div class="font-700 textColor">{{ item.name || "--" }}</div>
+            <!-- {{ JSON.stringify(item) }} -->
+            <div class="font-700 textColor">
+              {{
+                item.name
+                  ? item.symbol.toUpperCase() + "/" + item.name.split("/")[1]
+                  : "--"
+              }}
+            </div>
             <div v-if="!kineType" class="text-grey mt-10">{{ title }}</div>
           </div>
           <div class="text-right">

--
Gitblit v1.9.3