From 335dfbdf38b9e37c1383da28232ee725bb92185e Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Sun, 10 Aug 2025 18:12:24 +0800
Subject: [PATCH] 1
---
src/views/account/components/bto.vue | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/src/views/account/components/bto.vue b/src/views/account/components/bto.vue
index 80801ca..136d0cb 100644
--- a/src/views/account/components/bto.vue
+++ b/src/views/account/components/bto.vue
@@ -10,16 +10,12 @@
<el-table :data="tableData" style="width: 100%" empty-text="No Data">
<el-table-column prop="stockName" :label="$t('hj313')">
<template slot-scope="scope">
- <span class="market-tag sc_c" v-if="scope.row.stockGid == 'MEX'">
- MEX
- </span>
<el-tag
- type="success"
+ :type="scope.row.stockGid != $mc ? 'success' : ''"
size="small"
style="margin-right: 8px"
- v-else-if="scope.row.stockGid == 'US'"
>
- US
+ {{ scope.row.stockGid }}
</el-tag>
<span>{{ scope.row.stockName }}</span>
</template>
--
Gitblit v1.9.3