o.remove();
const img = document.createElement('img');
img.src = $event.target.src;
img.className = 'max-w-full max-h-full object-contain rounded-lg';
o.appendChild(img);
document.body.appendChild(o);
}
">
병원 어플에 보니 급여 비급여 칸이 나뉘어져 있는데
옵디보를 맞았는데 왜 급여 칸에 금액이 표시되어
있을까요??
금액은 몇백을 냈는데…
병원에 물어봐야 할까요
아님 일반적으로 그냥 저렇게 쓰여져 있는건지
모르겠어서요