立项配置数据入库、审计日志数据入库、编辑页UI界面美化、设备管理内容补充、审计日志显示优化
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
- `草稿视图`: 当前草稿可编辑
|
||||
- `发布预览`: 当前草稿只读预览(不直接读取 `published_data`)
|
||||
- `published_data`: 用于发布快照、差异比较与版本能力
|
||||
- `published_project_snapshot`: 发布时的项目基础信息快照(用于“项目信息差异”判定)
|
||||
|
||||
## 2. 权限矩阵
|
||||
- `GET /setup-config`
|
||||
@@ -80,6 +81,33 @@
|
||||
"centerConfirm": []
|
||||
},
|
||||
"published_data": null,
|
||||
"published_project_snapshot": {
|
||||
"code": "DEMO-CTMS",
|
||||
"name": "演示项目",
|
||||
"project_full_name": "演示项目全称",
|
||||
"sponsor": "",
|
||||
"protocol_no": "",
|
||||
"lead_unit": "",
|
||||
"principal_investigator": "",
|
||||
"main_pm": "",
|
||||
"research_analysis": "",
|
||||
"research_product": "",
|
||||
"control_product": "",
|
||||
"indication": "",
|
||||
"research_population": "",
|
||||
"research_design": "",
|
||||
"plan_start_date": "2026-02-01",
|
||||
"plan_end_date": "2026-12-31",
|
||||
"planned_site_count": 12,
|
||||
"planned_enrollment_count": 120,
|
||||
"summary_note": "",
|
||||
"objective_note": "",
|
||||
"status": "DRAFT",
|
||||
"visit_interval_days": null,
|
||||
"visit_total": null,
|
||||
"visit_window_start_offset": null,
|
||||
"visit_window_end_offset": null
|
||||
},
|
||||
"saved_by": "11111111-1111-1111-1111-111111111111",
|
||||
"saved_by_name": "System Admin",
|
||||
"published_by": null,
|
||||
|
||||
Reference in New Issue
Block a user