| | |
| | | <el-table-column prop="stockSpell" :label="$t('hj313')"> |
| | | <template slot-scope="scope"> |
| | | <el-tag |
| | | v-if="scope.row.stockGid == 'MEX'" |
| | | :type="scope.row.stockGid != $mc ? 'success' : ''" |
| | | size="small" |
| | | style="margin-right: 8px" |
| | | > |
| | | MEX |
| | | {{ scope.row.stockGid }} |
| | | </el-tag> |
| | | <el-tag |
| | | type="success" |
| | | size="small" |
| | | style="margin-right: 8px" |
| | | v-else-if="scope.row.stockGid == 'US'" |
| | | > |
| | | US |
| | | </el-tag> |
| | | |
| | | <span>{{ scope.row.stockName }}</span> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | {{ scope.row.stockGid | currencySymbol }} |
| | | {{ scope.row.buyOrderPrice }} |
| | | </span> |
| | | <div v-if="scope.row.stockGid == 'US'"> |
| | | ≈ MX$ {{ (scope.row.buyOrderPrice * utm).toFixed(2) }} |
| | | <div v-if="scope.row.stockGid != $mc"> |
| | | ≈ $ |
| | | {{ |
| | | (scope.row.buyOrderPrice * rate(scope.row.stockGid)).toFixed(2) |
| | | }} |
| | | </div> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | {{ scope.row.stockGid | currencySymbol }} |
| | | {{ scope.row.now_price }} |
| | | </span> |
| | | <div v-if="scope.row.stockGid == 'US'"> |
| | | ≈ MX$ {{ (scope.row.now_price * utm).toFixed(2) }} |
| | | <div v-if="scope.row.stockGid != $mc"> |
| | | ≈ $ {{ (scope.row.now_price * rate(scope.row.stockGid)).toFixed(2) }} |
| | | </div> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | <el-table-column prop="stockSpell" :label="$t('hj313')" min-width="150"> |
| | | <template slot-scope="scope"> |
| | | <el-tag |
| | | v-if="scope.row.stockGid == 'MEX'" |
| | | :type="scope.row.stockGid != $mc ? 'success' : ''" |
| | | size="small" |
| | | style="margin-right: 8px" |
| | | > |
| | | MEX |
| | | </el-tag> |
| | | <el-tag |
| | | type="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> |
| | |
| | | {{ scope.row.stockGid | currencySymbol }} |
| | | {{ scope.row.buyOrderPrice }} |
| | | </span> |
| | | <div v-if="scope.row.stockGid == 'US'"> |
| | | ≈ MX$ {{ (scope.row.buyOrderPrice * utm).toFixed(2) }} |
| | | <div v-if="scope.row.stockGid != $mc"> |
| | | ≈ $ {{ (scope.row.buyOrderPrice * rate(scope.row.stockGid)).toFixed(2) }} |
| | | </div> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | {{ scope.row.stockGid | currencySymbol }} |
| | | {{ scope.row.now_price }} |
| | | </span> |
| | | <div v-if="scope.row.stockGid == 'US'"> |
| | | ≈ MX$ {{ (scope.row.now_price * utm).toFixed(2) }} |
| | | <div v-if="scope.row.stockGid != $mc"> |
| | | ≈ $ {{ (scope.row.now_price * rate(scope.row.stockGid)).toFixed(2) }} |
| | | </div> |
| | | </template> |
| | | </el-table-column> |