| 代码 | 涨幅 | 涨停单 | 跌停单 | 净额 | 大买单 | 大卖单 | 万手买 | 万手卖 | 3秒比 | 操作 |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ s.code }} {{ s.name || '--' }} |
{{ fmtPct(s.change_pct) }} | {{ fmtNum(s.call_auction_buy) }} | {{ fmtNum(s.call_auction_sell) }} | {{ fmtWan(netAmt(s)) }} | {{ fmtNum(s.buy_large_count) }} | {{ fmtNum(s.sell_large_count) }} | {{ fmtNum(s.wan_shou_buy_count) }} | {{ fmtNum(s.wan_shou_sell_count) }} | {{ fmtNum(s.last3s_ratio, 2) }} | |
| 共 {{ s._scanBatches.length }} 次扫描 最近 {{ s._scanBatches[s._scanBatches.length-1].scan_time }} | 涨停 {{ s._scanBatches[s._scanBatches.length-1].call_auction_buy || 0 }}万 | 跌停 {{ s._scanBatches[s._scanBatches.length-1].call_auction_sell || 0 }}万 | 净额 {{ fmtScanNet(s._scanBatches[s._scanBatches.length-1]) }} | ||||||||||