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>