邮件模板阅片标准字段更改

main
wangxiaoshuang 2025-06-19 11:40:46 +08:00
parent 6f5d48cdcd
commit 5efcbae09a
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,8 @@
<el-table-column v-if="isDistinguishCriteria" prop="TrialReadingCriterionId"
:label="$t('trials:reviewTrack:table:criterionName')" show-overflow-tooltip sortable="custom" min-width="120">
<template slot-scope="scope">
{{ $fd('CriterionType', scope.row.CriterionTypeEnum) }}
{{scope.row.CriterionTypeList ? scope.row.CriterionTypeList.map(item => $fd('CriterionType', item)).join(', ')
: ''}}
</template>
</el-table-column>
<!-- 邮件主题中文 -->