diff --git a/src/components/exam/ExamDeliveryPanel.tsx b/src/components/exam/ExamDeliveryPanel.tsx new file mode 100644 index 0000000..133e4e7 --- /dev/null +++ b/src/components/exam/ExamDeliveryPanel.tsx @@ -0,0 +1,39 @@ +import type { ExamClient } from '../../data/mockData'; +import { Button, Input } from '../ui'; + +export const ExamDeliveryPanel = ({ client }: { client: ExamClient }) => ( +
+
+
报告寄送
+
+
+ 收件人姓名 + +
+
+ 联系电话 + +
+
+ 寄送地址 + +
+
+
+
备注说明
+