1
PC-20250623MANY\Administrator
2025-08-21 25c1d10f03df05104e323494fefd5af1e94c98f7
src/views/account/components/aqt.vue
@@ -8,19 +8,20 @@
      <el-tab-pane :label="$t('失败')" name="notPass"></el-tab-pane>
    </el-tabs>
    <el-table :data="tableData" style="width: 100%" empty-text="No Data">
    <el-table
      height="250"
      :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.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.stockName }}</span>
        </template>