Merge branch 'uat'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
6d214727b5
|
|
@ -33,7 +33,7 @@
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<!-- 受试者中止状态 -->
|
<!-- 受试者中止状态 -->
|
||||||
<el-form-item style="margin-bottom: 10px" :label="$t('trials:qcCheck:table:IsSubjectQuit')">
|
<el-form-item style="margin-bottom: 10px" :label="$t('trials:qcCheck:table:IsSubjectQuit')">
|
||||||
<el-select v-model="searchData.IsSubjectQuit" clearable style="width: 120px">
|
<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"
|
<el-option v-for="item of $d.Subject_Visit_Status" :value="item.value" :label="item.label"
|
||||||
:key="item.label" />
|
:key="item.label" />
|
||||||
</el-select>
|
</el-select>
|
||||||
|
|
@ -658,7 +658,8 @@ const searchDataDefault = () => {
|
||||||
EndAuditTime: null,
|
EndAuditTime: null,
|
||||||
PageIndex: 1,
|
PageIndex: 1,
|
||||||
PageSize: 20,
|
PageSize: 20,
|
||||||
IsSubjectQuit: ''
|
IsSubjectQuit: '',
|
||||||
|
SubjectStatus: null
|
||||||
// SortField: '',
|
// SortField: '',
|
||||||
// Asc: false
|
// Asc: false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue