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 { .html_temp {
display: flex; display: flex;
.my-editor {
border: 1px solid #333;
}
} }
</style> </style>

View File

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