持仓数量
{{ fmtNum(currentStock.total_shares,0) }}股
成本价
¥{{ currentStock.cost_price?currentStock.cost_price.toFixed(2):'-' }}
人民币市值
¥{{ fmtNum(currentStock.market_value) }}
浮动盈亏
{{ currentStock.profit_loss>=0?'+':'' }}¥{{ fmtNum(currentStock.profit_loss) }}({{ currentStock.profit_loss_pct>=0?'+':'' }}{{ currentStock.profit_loss_pct.toFixed(2) }}%)
🤖 AI 基本面分析
模型: {{ aiFundamental.model || 'deepseek-chat' }}总市值
{{ aiFundamental.market_cap || '-' }}
PE-TTM
{{ aiFundamental.pe_ttm || '-' }}
PB
{{ aiFundamental.pb || '-' }}
ROE
{{ aiFundamental.roe || '-' }}
毛利率
{{ aiFundamental.gross_margin || '-' }}
资产负债率
{{ aiFundamental.debt_ratio || '-' }}
营业收入
{{ aiFundamental.revenue || '-' }}
净利润
{{ aiFundamental.net_profit || '-' }}
基本EPS
{{ aiFundamental.basic_eps || '-' }}
行业
{{ aiFundamental.industry || '-' }}
❌ {{ aiError }}
点击上方「AI 分析」按钮生成基本面分析报告
📝 交易记录
买入
{{ txSummary.buy_quantity||0 }}股 · ¥{{ fmtNum(txSummary.buy_amount||0) }}
卖出
{{ txSummary.sell_quantity||0 }}股 · ¥{{ fmtNum(txSummary.sell_amount||0) }}
| 日期 | 类型 | 数量 | 价格 | 金额 | 操作 |
|---|---|---|---|---|---|
| {{ (tx.trade_date||'').slice(0,10) }} | {{ tx.trade_type==='buy'?'买入':(tx.trade_type==='sell'?'卖出':'分红') }} | {{ tx.trade_type==='dividend'?'现金分红':tx.quantity+'股' }} | {{ tx.trade_type==='dividend'?'到账':('¥'+tx.price.toFixed(2)) }} | ¥{{ fmtNum(tx.total_amount) }} |
暂无交易记录
点击上方按钮添加买卖记录
🔔 股价提醒
通知已开启
{{ a.direction==='above'?'📈 涨到':'📉 跌到' }} ¥{{ a.target_price.toFixed(2) }}
创建: {{ (a.created_at||'').slice(0,10) }}
已触发 @ ¥{{ a.current_price.toFixed(2) }}
监控中
已停用
{{ a.notes }}
暂无股价提醒
设置目标价位,涨跌到位时自动通知