1
PC-20250623MANY\Administrator
2025-08-10 335dfbdf38b9e37c1383da28232ee725bb92185e
src/views/account/components/io.vue
@@ -13,16 +13,12 @@
    <el-table :data="tableData" style="width: 100%" empty-text="No Data">
      <el-table-column prop="newName" :label="$t('hj313')">
        <template slot-scope="scope">
          <span class="market-tag sc_c" v-if="scope.row.stockType == 'MEX'">
            MEX
          </span>
          <el-tag
            type="success"
            :type="scope.row.stockType != $mc ? 'success' : ''"
            size="small"
            style="margin-right: 8px"
            v-else-if="scope.row.stockType == 'US'"
          >
            US
            {{ scope.row.stockType }}
          </el-tag>
          <span>{{ scope.row.newName }}</span>
        </template>