受试者级别添加访视级别的自定义
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-12-05 13:33:22 +08:00
parent 7a07172c23
commit e57d03a040
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,8 @@
:value="item.value"
:disabled="
(item.value === 2 &&
(form.UploadRole !== 0 || form.ClinicalDataLevel !== 1)) ||
(form.UploadRole !== 0 ||
![0, 1].includes(form.ClinicalDataLevel))) ||
item.value === 0 ||
(item.value === 2 && form.UploadRole === 1) ||
(form.UploadRole === 0 &&