From e64bd68799ede1060a8fa0c969116a3f327fd26d Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Sun, 11 Jan 2026 19:17:32 +0800
Subject: [PATCH] 1

---
 src/views/aiShares/aiShareslist.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/aiShares/aiShareslist.vue b/src/views/aiShares/aiShareslist.vue
index c0d2ffe..2b98a5a 100644
--- a/src/views/aiShares/aiShareslist.vue
+++ b/src/views/aiShares/aiShareslist.vue
@@ -72,7 +72,7 @@
         <template slot="stockType" slot-scope="text, record">
           <div>
             <span v-if="record.stockType == 'US'">美股</span>
-            <span v-else-if="record.stockType == 'MEX'">墨西哥股</span>
+            <span v-else-if="record.stockType == 'JP'">日股</span>
           </div>
         </template>
 

--
Gitblit v1.9.3