简历预览适应症显示问题

uat_us
wangxiaoshuang 2024-11-12 13:59:27 +08:00
parent cb4d44ef74
commit bd85918f8d
1 changed files with 3 additions and 0 deletions

View File

@ -371,6 +371,9 @@
:label="$t('curriculumVitae:clinicalTrials:table:indication')" :label="$t('curriculumVitae:clinicalTrials:table:indication')"
v-if="true" v-if="true"
> >
<template slot-scope="scope">
<span>{{ $fd('Indication', scope.row.IndicationEnum) }}</span>
</template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="VisitReadingCount" prop="VisitReadingCount"