MON 监控区
@@ -681,10 +788,33 @@
+ ' +
+ '' +
+ '
' +
+ planSummaryLine(p) +
+ "
" +
+ '
' +
+ '' +
+ '' +
+ "
" +
+ '' +
+ esc(p.plan_date) +
+ " · 趋势 " +
+ esc(p.trend_timeframe) +
+ " / 入场 " +
+ esc(p.entry_timeframe) +
+ " · " +
+ esc(p.entry_scheme_label || p.entry_scheme) +
+ "
" +
+ '目标 ' +
+ esc(p.target_level || "—") +
+ " · 区间 " +
+ esc(p.current_range || "—") +
+ "
" +
+ (p.note ? '' + esc(p.note) + "
" : "") +
+ '' +
+ '" +
+ '' +
+ '' +
+ "
"
+ );
+ })
+ .join("");
+ }
+
+ function renderHistoryList() {
+ const host = $("plan-history-list");
+ const cnt = $("plan-history-count");
+ if (!host) return;
+ if (cnt) cnt.textContent = archivedPlans.length ? archivedPlans.length + " 条" : "";
+ if (!archivedPlans.length) {
+ host.innerHTML = '