parent
3a09caa43b
commit
2ee3ff0a7c
|
@ -2,7 +2,7 @@
|
|||
<div v-loading="loading" class="preview-wrapper">
|
||||
<div class="left-wrapper">
|
||||
<div class="basic-info">
|
||||
<span v-if="otherInfo.SubjectCode">{{ `${otherInfo.SubjectCode}` }}</span>
|
||||
<span v-if="otherInfo.SubjectCode && isReadingShowSubjectInfo">{{ `${otherInfo.SubjectCode}` }}</span>
|
||||
<span v-if="otherInfo.ReadingNameOrTaskBlindName">({{ `${otherInfo.ReadingNameOrTaskBlindName}` }})</span>
|
||||
</div>
|
||||
<div v-if="cdList.length>0" class="basic-content">
|
||||
|
@ -196,6 +196,10 @@ export default {
|
|||
visitTaskId: {
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
isReadingShowSubjectInfo: {
|
||||
type: Boolean,
|
||||
required: true
|
||||
}
|
||||
},
|
||||
data() {
|
||||
|
|
|
@ -117,6 +117,7 @@
|
|||
:trial-id="trialId"
|
||||
:subject-id="subjectId"
|
||||
:visit-task-id="cdVisitTaskId"
|
||||
:is-reading-show-subject-info="isReadingShowSubjectInfo"
|
||||
/>
|
||||
</div>
|
||||
<span v-if="!closeCDVisible" slot="footer" class="dialog-footer">
|
||||
|
|
Loading…
Reference in New Issue