影像上传列表受试者状态查询字段变更
continuous-integration/drone/push Build is passing Details

rj
wangxiaoshuang 2026-05-29 17:29:22 +08:00
parent 6b8711232e
commit 6e6e2d11d0
1 changed files with 5 additions and 3 deletions

View File

@ -39,8 +39,9 @@
</el-form-item>
<!-- 受试者中止状态 -->
<el-form-item style="margin-bottom: 10px" :label="$t('trials:crcUpload:table:IsSubjectQuit')">
<el-select v-model="searchData.IsSubjectQuit" clearable style="width: 120px">
<el-option v-for="item of $d.Subject_Visit_Status" :value="item.value" :label="item.label" :key="item.label" />
<el-select v-model="searchData.SubjectStatus" clearable style="width: 120px">
<el-option v-for="item of $d.Subject_Visit_Status" :value="item.value" :label="item.label"
:key="item.label" />
</el-select>
</el-form-item>
<!-- 审核状态 -->
@ -875,6 +876,7 @@ const searchDataDefault = () => {
SubmitState: null,
ChallengeState: null,
IsSubjectQuit: "",
SubjectStatus: null
// SortField: '',
// Asc: false
}