From 56797d44dfb07d7d5ec998e81161d83214dce694 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Wed, 14 Jan 2026 17:43:34 +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