Align study export action with summary
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user