fix(hold-overview): remove WIP Overview back link from independent report

Hold 即時概況 is an independent report, not a drill-down from WIP Overview.
The back link caused iframe navigation to WIP Overview while the sidebar
still highlighted Hold 即時概況.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
egg
2026-02-10 18:33:46 +08:00
parent d033ffeb26
commit 3a15b0abaf

View File

@@ -436,7 +436,6 @@ onMounted(() => {
<div class="dashboard hold-overview-page">
<header class="header">
<div class="header-left">
<a href="/wip-overview" class="btn btn-back">&larr; WIP Overview</a>
<h1>Hold Lot Overview</h1>
<span class="hold-type-badge">{{ holdTypeLabel }}</span>
</div>