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);
}
">
스케쥴 예약은 어플로 확인이 가능하던데 검사 수치는 확인이 안되더라고요..
수치확인할 수 있는 방법이 있을까요?