Compare commits

..

No commits in common. "cc5a4ed2dfb2bfd5d363935ab568ff7002db10c7" and "6f5d48cdcd24661dfaaebf7a7bf1fdf73b516431" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

@ -456,9 +456,5 @@ export default {
.html_temp {
display: flex;
.my-editor {
border: 1px solid #333;
}
}
</style>

View File

@ -85,8 +85,7 @@
<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">
{{scope.row.CriterionTypeList ? scope.row.CriterionTypeList.map(item => $fd('CriterionType', item)).join(', ')
: ''}}
{{ $fd('CriterionType', scope.row.CriterionTypeEnum) }}
</template>
</el-table-column>
<!-- 邮件主题中文 -->