diff --git a/backend/templates/pmr.html b/backend/templates/pmr.html index 4b79328..6e2b18c 100644 --- a/backend/templates/pmr.html +++ b/backend/templates/pmr.html @@ -942,7 +942,7 @@ tr.row-removed { background: #fef2f2 !important; opacity: 0.7; } tr.row-changed { background: #fffbeb !important; } - /* 대체조제 표시 */ + /* 일반 대체조제 표시 */ .subst-badge { display: inline-block; background: linear-gradient(135deg, #f59e0b, #d97706); @@ -954,10 +954,10 @@ margin-right: 4px; vertical-align: middle; } - /* 비급여 표시 */ - .noncov-badge { + /* 저가대체 인센티브 표시 */ + .lowcost-badge { display: inline-block; - background: linear-gradient(135deg, #ef4444, #dc2626); + background: linear-gradient(135deg, #10b981, #059669); color: white; padding: 1px 5px; border-radius: 4px; @@ -1419,7 +1419,7 @@
- ${m.ps_type === '1' ? '비) ' : ''}${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)}
` : ''}