搜索
重置
添加股票
刷新行情
移除
导出
{{ scope.row.poolTypeName }}
{{ formatPrice(scope.row.currentPrice) }}
{{ formatPercent(scope.row.changePercent) }}
{{ formatPrice(scope.row.addPrice) }}
{{ formatPercent(scope.row.profitPercent) }}
{{ formatPercent(scope.row.turnoverRate) }}
{{ scope.row.tradeAmount || '-' }}
{{ scope.row.status === 1 ? '有效' : '已移除' }}
确 定
取 消