feat: add weight config panel to 新建评估 and weighted_score card to report

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-06-18 17:28:15 +08:00
parent 36e5506e2a
commit f9e3ba0f64
4 changed files with 135 additions and 24 deletions

View File

@@ -92,6 +92,22 @@
</div>
</div>
<!-- ??????????????? -->
<div class="panel weight-config-panel" id="weight-config-panel" hidden>
<h2>???? <span class="muted" style="font-size:13px;font-weight:400">???????????????</span></h2>
<div class="weight-section">
<div class="weight-section-title">???? <span class="muted" style="font-size:12px">???????????????????</span></div>
<div id="metric-weight-rows" class="weight-rows"></div>
</div>
<div class="weight-section" style="margin-top:16px">
<div class="weight-section-title">???? <span class="muted" style="font-size:12px">?? PDF ???????????????????????</span></div>
<div id="doc-weight-rows" class="weight-rows"></div>
<button class="btn btn-sm" id="add-doc-weight-btn" style="margin-top:8px">? ??????</button>
</div>
</div>
<div class="panel" id="task-panel" hidden>
<div class="task-head">
<h2>评估进度</h2>