| | |
| | | <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> |