| 代码 {{ getSortInfo('secid').icon }}{{ getSortInfo('secid').rank }} | 名称 {{ getSortInfo('name').icon }}{{ getSortInfo('name').rank }} | 现价 {{ getSortInfo('price').icon }}{{ getSortInfo('price').rank }} | 涨幅 {{ getSortInfo('change_rate').icon }}{{ getSortInfo('change_rate').rank }} | 成交额(万) {{ getSortInfo('volume').icon }}{{ getSortInfo('volume').rank }} | 新增份额(万) {{ getSortInfo('amount_incr').icon }}{{ getSortInfo('amount_incr').rank }} | 场内份额(万) {{ getSortInfo('amount').icon }}{{ getSortInfo('amount').rank }} | 实时估值 {{ getSortInfo('iopv').icon }}{{ getSortInfo('iopv').rank }} | 溢价率 {{ getSortInfo('premium_rate').icon }}{{ getSortInfo('premium_rate').rank }} | 申购状态 {{ getSortInfo('apply_status').icon }}{{ getSortInfo('apply_status').rank }} | 限购额度 {{ getSortInfo('limit_amount').icon }}{{ getSortInfo('limit_amount').rank }} | 数据源标识 | 更新时间 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ errorMsg }} | ||||||||||||
| {{ isWarmingUp ? 'Server warming up...' : 'Loading data...' }} | ||||||||||||
| 暂无符合条件的数据 | ||||||||||||
| {{ quote.secid }} | {{ quote.name }} | {{ formatNumber(quote.price, 3) }} | {{ quote.change_rate > 0 ? '+' : '' }}{{ quote.change_rate }}% -- | {{ quote.volume ? formatNumber(quote.volume, 2) : '--' }} | +{{ formatNumber(quote.amount_incr, 2) }} -- | {{ quote.amount !== null && quote.amount !== undefined ? formatNumber(quote.amount, 2) : '--' }} | {{ formatNumber(quote.iopv, 4) }}{{ quote.iopv_label }} | {{ quote.premium_rate > 0 ? '+' : '' }}{{ quote.premium_rate }}% -- | {{ quote.apply_status }} -- | {{ quote.limit_amount || '--' }} | {{ tag }} | {{ quote.update_time }} |