1
PC-20250623MANY\Administrator
2025-08-10 335dfbdf38b9e37c1383da28232ee725bb92185e
src/views/ipo/ipo.vue
@@ -27,19 +27,11 @@
                <div class="label_1">{{ $t("hj313") }}</div>
                <div class="label_2">
                  <el-tag
                    v-if="i.stockType == 'MEX'"
                    :type="i.stockType != $mc ? 'success' : ''"
                    size="small"
                    style="margin-right: 8px"
                  >
                    MEX
                  </el-tag>
                  <el-tag
                    type="success"
                    size="small"
                    style="margin-right: 8px"
                    v-else-if="i.stockType == 'US'"
                  >
                    US
                    {{ i.stockType }}
                  </el-tag>
                  <span>{{ i.name }}</span>
                </div>