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>