diff --git a/frontend/src/pages/Plan.tsx b/frontend/src/pages/Plan.tsx index f4e188f..ee9f408 100644 --- a/frontend/src/pages/Plan.tsx +++ b/frontend/src/pages/Plan.tsx @@ -569,79 +569,6 @@ export default function PlanPage() { ) : null} - {plan?.residuals && plan.residuals.length > 0 ? ( -
| 组名 | -期权名 | -数量 | -开仓权利金 | -买一流动性 | -买一权利金 | -占比 | -操作 | -
|---|---|---|---|---|---|---|---|
| {gid || "—"} | -{inst} | -{fmt(r.option_qty_eth, 4)} | -{fmt(r.initial_premium, 2)} | -- {fmtBidLiquidity(r.bid_px, r.bid_sz_eth)} - | -{fmt(r.current_premium, 2)} | -- {r.recovery_pct == null - ? "—" - : `${fmt(r.recovery_pct, 1)}%`} - | -- - | -
| 组名 | +期权名 | +数量 | +开仓权利金 | +买一流动性 | +买一权利金 | +占比 | +操作 | +
|---|---|---|---|---|---|---|---|
| {gid || "—"} | +{inst} | +{fmt(r.option_qty_eth, 4)} | +{fmt(r.initial_premium, 2)} | ++ {fmtBidLiquidity(r.bid_px, r.bid_sz_eth)} + | +{fmt(r.current_premium, 2)} | ++ {r.recovery_pct == null + ? "—" + : `${fmt(r.recovery_pct, 1)}%`} + | ++ + | +