更新报告寄送位置

This commit is contained in:
xianyi
2025-12-08 09:26:40 +08:00
parent a5fa94145e
commit 5f81667c60
5 changed files with 75 additions and 42 deletions

View File

@@ -118,6 +118,17 @@ export const ExamSection = ({
<span></span>
{printDone && <span></span>}
</button>
<button
type='button'
className='px-2 py-0.5 rounded-2xl border bg-white hover:bg-gray-100 flex items-center gap-1'
onClick={(e) => {
e.stopPropagation();
openModal('delivery');
}}
>
<span></span>
</button>
</div>
</button>
);