{{ currentStock.name }}
{{ currentStock.code }}
{{ formatPrice(currentStock.price) }}
{{ currentStock.change >= 0 ? '+' : '' }}{{ currentStock.change }}%
换手 {{ formatPercent(currentStock.turnover) }}
量比 {{ formatValue(currentStock.volRatio) }}
PE {{ formatRatio(currentStock.pe) }}
PB {{ formatRatio(currentStock.pb) }}
{{ currentStock.sector || '-' }}
选择股票查看K线