diff --git a/demo/data.json b/demo/data.json index 7d11cc3..555878f 100644 --- a/demo/data.json +++ b/demo/data.json @@ -32,7 +32,7 @@ "id": 1101, "name": "试验方案设计与伦理审查", "assignee": "方案设计师 李明", - "avatar": "https://i.pravatar.cc/50?img=1", + "avatar": "50-1.jpg", "startDate": "2025-01-01", "endDate": "2025-02-28", "progress": 100, @@ -47,7 +47,7 @@ "id": 1102, "name": "受试者招募与筛选", "assignee": "招募专员 张丽", - "avatar": "https://i.pravatar.cc/50?img=5", + "avatar": "50-2.jpg", "startDate": "2025-03-01", "endDate": "2025-04-30", "progress": 90, @@ -63,7 +63,7 @@ "id": 1103, "name": "药物给药与安全性监测", "assignee": "临床医生 Dr. Liu", - "avatar": "https://i.pravatar.cc/50?img=8", + "avatar": "50-3.jpg", "startDate": "2025-05-01", "endDate": "2025-08-31", "progress": 40, @@ -96,7 +96,7 @@ "id": 1201, "name": "多中心试验启动", "assignee": "项目经理 王芳", - "avatar": "https://i.pravatar.cc/50?img=10", + "avatar": "50-10.jpg", "startDate": "2025-09-01", "endDate": "2025-11-30", "progress": 25, @@ -112,7 +112,7 @@ "id": 1202, "name": "患者入组与随机化", "assignee": "数据管理员 陈静", - "avatar": "https://i.pravatar.cc/50?img=20", + "avatar": "50-6.jpg", "startDate": "2025-12-01", "endDate": "2026-03-31", "progress": 0, @@ -128,7 +128,7 @@ "id": 1203, "name": "疗效评估与数据收集", "assignee": "统计师 赵磊", - "avatar": "https://i.pravatar.cc/50?img=15", + "avatar": "50-8.jpg", "startDate": "2026-01-01", "endDate": "2026-08-31", "progress": 0, diff --git a/demo/public/50-1.jpg b/demo/public/50-1.jpg new file mode 100644 index 0000000..2b6139d Binary files /dev/null and b/demo/public/50-1.jpg differ diff --git a/demo/public/50-10.jpg b/demo/public/50-10.jpg new file mode 100644 index 0000000..9c37b83 Binary files /dev/null and b/demo/public/50-10.jpg differ diff --git a/demo/public/50-2.jpg b/demo/public/50-2.jpg new file mode 100644 index 0000000..5c4483d Binary files /dev/null and b/demo/public/50-2.jpg differ diff --git a/demo/public/50-3.jpg b/demo/public/50-3.jpg new file mode 100644 index 0000000..eef017d Binary files /dev/null and b/demo/public/50-3.jpg differ diff --git a/demo/public/50-4.jpg b/demo/public/50-4.jpg new file mode 100644 index 0000000..1fed73b Binary files /dev/null and b/demo/public/50-4.jpg differ diff --git a/demo/public/50-5.jpg b/demo/public/50-5.jpg new file mode 100644 index 0000000..774ccab Binary files /dev/null and b/demo/public/50-5.jpg differ diff --git a/demo/public/50-6.jpg b/demo/public/50-6.jpg new file mode 100644 index 0000000..b59eeee Binary files /dev/null and b/demo/public/50-6.jpg differ diff --git a/demo/public/50-7.jpg b/demo/public/50-7.jpg new file mode 100644 index 0000000..e4b5fdc Binary files /dev/null and b/demo/public/50-7.jpg differ diff --git a/demo/public/50-8.jpg b/demo/public/50-8.jpg new file mode 100644 index 0000000..0ed5dc0 Binary files /dev/null and b/demo/public/50-8.jpg differ diff --git a/demo/public/50-9.jpg b/demo/public/50-9.jpg new file mode 100644 index 0000000..3f43aa0 Binary files /dev/null and b/demo/public/50-9.jpg differ