Compare commits

...

2 Commits

Author SHA1 Message Date
wangxiaoshuang 6a52f9571d Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web
continuous-integration/drone/push Build is running Details
2024-11-12 13:59:40 +08:00
wangxiaoshuang bd85918f8d 简历预览适应症显示问题 2024-11-12 13:59:27 +08:00
1 changed files with 3 additions and 0 deletions

View File

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