@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<el-form v-if="isShow" ref="researchBSForm" size="small" :model="form" :rules="rules" style="width:80%">
|
||||
<el-form v-if="isShow" ref="researchBSForm" size="small" :model="form" :rules="rules" style="width:80%"
|
||||
label-position="left">
|
||||
<!-- 项目编号 -->
|
||||
<el-form-item :label="$t('trials:researchForm:form:trialId')">
|
||||
<el-input v-model="form.TrialCode" disabled />
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<el-form-item>
|
||||
<el-checkbox v-model="form.IsFollowStudyParameters"
|
||||
@change="(val) => handleChange(val, 'IsFollowStudyParameters')">
|
||||
{{ $t('trials:researchForm:form:isFollowStudyParam') }}
|
||||
<span v-html="$t('trials:researchForm:form:isFollowStudyParam')"></span>
|
||||
</el-checkbox>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
@@ -219,14 +219,10 @@ export default {
|
||||
border-right: 1px solid #EBEEF5;
|
||||
}
|
||||
|
||||
.btnBox {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
::v-deep .el-checkbox__label {
|
||||
white-space: normal;
|
||||
|
||||
i {}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user