Align study export action with summary

This commit is contained in:
Codex
2026-05-27 14:49:37 +08:00
parent 8212d3b819
commit 2c2838adf9
2 changed files with 24 additions and 14 deletions

View File

@@ -482,9 +482,11 @@ function renderStudies() {
<span class="study-patient" title="${escapeHtml(`${name} · ${study.patient_id || "无ID"}`)}">${escapeHtml(name)} · ${escapeHtml(study.patient_id || "无ID")}</span>
<div class="study-meta">
<span title="${escapeHtml(studyDateTime)}">${escapeHtml(studyDateTime)}</span>
<span title="${escapeHtml(annotationSummary)}">${escapeHtml(annotationSummary)}</span>
<div class="study-summary-line">
<span title="${escapeHtml(annotationSummary)}">${escapeHtml(annotationSummary)}</span>
${exportControls}
</div>
</div>
${exportControls}
`;
card.onclick = () => selectStudy(study.ct_number);
card.onkeydown = (event) => {