检查部位修改
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-09-22 14:41:59 +08:00
parent 13c9c9b4c3
commit 2986d43f39
2 changed files with 8 additions and 3 deletions

View File

@ -149,13 +149,13 @@ export default {
open: null, open: null,
downloadId: null, downloadId: null,
IsReadingTaskViewInOrder: 0, // IsReadingTaskViewInOrder: 0, //
bodyPart: [], bodyPart: {},
modelTaskId: null, modelTaskId: null,
} }
}, },
async mounted() { async mounted() {
this.getList() this.getList()
this.bodyPart = await this.$getBodyPart(this.$route.query.trialId) this.bodyPart.Bodypart = await this.$getBodyPart(this.$route.query.trialId)
this.title = `Download Images${this.SubjectCode}${this.Criterion.TrialReadingCriterionName}` this.title = `Download Images${this.SubjectCode}${this.Criterion.TrialReadingCriterionName}`
}, },
beforeDestroy() { beforeDestroy() {

View File

@ -9,7 +9,8 @@
</el-tooltip> </el-tooltip>
</div> </div>
<!-- 检查部位 --> <!-- 检查部位 -->
<div v-if="CriterionType == 19 || CriterionType == 20" class="info-cd" @click.stop="handleViewBP($event)"> <div v-if="CriterionType == 19 || CriterionType == 20"
:class="{ 'info-cd': true, 'info-cd2': stack.isExistsClinicalData }" @click.stop="handleViewBP($event)">
<el-tooltip class="item" effect="dark" :content="$t('trials:reading:button:BodyPart')" placement="bottom"> <el-tooltip class="item" effect="dark" :content="$t('trials:reading:button:BodyPart')" placement="bottom">
<!-- <svg-icon icon-class="documentation" class="svg-icon" /> --> <!-- <svg-icon icon-class="documentation" class="svg-icon" /> -->
<i class="el-icon-tickets"></i> <i class="el-icon-tickets"></i>
@ -2128,6 +2129,10 @@ export default {
cursor: pointer; cursor: pointer;
} }
.info-cd2 {
left: 35px;
}
.info-series { .info-series {
position: absolute; position: absolute;
left: 10px; left: 10px;