From 60739973cb024fb8902000251531e006e7988f23 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Sun, 21 Apr 2024 16:38:04 +0800
Subject: [PATCH] first
---
src/components/trade-deep-data/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/trade-deep-data/index.vue b/src/components/trade-deep-data/index.vue
index e9580e7..2daf554 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">({{ symbol | _symbolName }})</div>
</div>
</div>
<div
--
Gitblit v1.9.3