From 3bc690331548ef221c37d03637e0618e1d55352b Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 15 Aug 2025 18:07:45 +0800
Subject: [PATCH] 1
---
src/views/blockTrading/blockTrading.vue | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/src/views/blockTrading/blockTrading.vue b/src/views/blockTrading/blockTrading.vue
index 3388269..eb31feb 100644
--- a/src/views/blockTrading/blockTrading.vue
+++ b/src/views/blockTrading/blockTrading.vue
@@ -45,19 +45,11 @@
<div class="label_1">{{ $t("hj313") }}</div>
<div class="label_2">
<el-tag
- v-if="i.stockType == 'MEX'"
+ :type="i.stockType != $mc ? 'success' : ''"
size="small"
style="margin-right: 8px"
>
- MEX
- </el-tag>
- <el-tag
- type="success"
- size="small"
- style="margin-right: 8px"
- v-else-if="i.stockType == 'US'"
- >
- US
+ {{ i.stockType }}
</el-tag>
<span>{{ i.stockName }}</span>
</div>
--
Gitblit v1.9.3