项目概览、参与者管理初步优化(未接入真实数据)

This commit is contained in:
Cheng Zhou
2026-01-13 10:10:28 +08:00
parent 1338fa7e2b
commit b3cd8e03f2
37 changed files with 1785 additions and 118 deletions
+4
View File
@@ -59,6 +59,10 @@ export interface Study {
protocol_no?: string | null;
phase?: string | null;
status: string;
visit_interval_days?: number | null;
visit_total?: number | null;
visit_window_start_offset?: number | null;
visit_window_end_offset?: number | null;
created_by?: string | null;
created_at?: string;
role_in_study?: string | null;