From 66a33e936d39ec4db7fdffed5d646e044ccc43e9 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 18 Apr 2025 10:44:39 +0800
Subject: [PATCH] feat

---
 src/components/trade-deep-data/index.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/components/trade-deep-data/index.vue b/src/components/trade-deep-data/index.vue
index a765bb5..1a5e5cd 100644
--- a/src/components/trade-deep-data/index.vue
+++ b/src/components/trade-deep-data/index.vue
@@ -7,7 +7,7 @@
             </div>
             <div class="text-right items-end justify-end">
                 <div class="">{{ $t('数量') }}</div>
-                <div class="mt-5">({{ symbol.toUpperCase() || '--' }})</div>
+                <div class="mt-5">({{ symbolname || '--' }})</div>
             </div>
         </div>
         <div v-if="showType == 0 || showType == 1" class="flex justify-between pt-6 pb-6 font-26"
@@ -48,6 +48,10 @@
         symbol: {
             type: String,
         },
+		symbolname: {
+			  type: String,
+			  default: '--'
+		},
         price: {
             type: String
         },

--
Gitblit v1.9.3