📋 待办事项

{{ todos.length }}
{{ todo.priority === 'high' ? '紧急' : todo.priority === 'medium' ? '重要' : '建议' }}
{{ todo.message }}
{{ todo.action }}

暂无待办事项

⚠️ 风险警告
• {{ w.message }}

💼 当前持仓 ({{ positions.length }})

股票 策略 成本/现价 市值 盈亏 天数 操作
{{ p.name }} {{ p.ts_code }} {{ p.strategy === 'zhengbing' ? '正兵' : '奇兵' }} {{ p.cost_price }} / {{ p.current_price }} {{ formatMoney(p.market_value) }} {{ p.pnl_pct >= 0 ? '+' : '' }}{{ p.pnl_pct }}% {{ p.holding_days }}天
📭

暂无持仓