diff --git a/backend/templates/pmr.html b/backend/templates/pmr.html index 15d3e93..4b79328 100644 --- a/backend/templates/pmr.html +++ b/backend/templates/pmr.html @@ -954,6 +954,18 @@ margin-right: 4px; vertical-align: middle; } + /* 비급여 표시 */ + .noncov-badge { + display: inline-block; + background: linear-gradient(135deg, #ef4444, #dc2626); + color: white; + padding: 1px 5px; + border-radius: 4px; + font-size: 0.65rem; + font-weight: 700; + margin-right: 4px; + vertical-align: middle; + } .original-rx { margin-top: 4px; font-size: 0.75rem; @@ -1407,7 +1419,7 @@
- ${m.is_substituted ? '대) ' : ''}${m.med_name || m.medication_code} + ${m.ps_type === '1' ? '비) ' : ''}${m.is_substituted ? '대) ' : ''}${m.med_name || m.medication_code}
${m.medication_code}
${m.add_info ? `
${escapeHtml(m.add_info)}
` : ''}