补齐业务路由与页面权限控制

This commit is contained in:
Cheng Zhou
2026-05-28 10:56:28 +08:00
parent fa961f1391
commit 8611bd66f8
39 changed files with 458 additions and 250 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ async def create_site(
module="sites",
action="read",
description="查询中心列表",
default_roles=["PM", "CRA", "PV", "MEDICAL_REVIEW", "IMP"],
default_roles=["PM", "CRA", "PV", "QA", "CTA"],
)
async def list_sites(
study_id: uuid.UUID,