spm阅片人筛选信息展示添加空格

uat_us
wangxiaoshuang 2024-03-14 13:54:16 +08:00
parent 46ea20a9f5
commit eadd5b0223
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
min-width="120"
>
<template slot-scope="scope">
{{ scope.row.SubspecialityIds.map(v => {return $fd('Subspeciality', v, 'id')}).toString() }}
{{ scope.row.SubspecialityIds.map(v => {return $fd('Subspeciality', v, 'id')}).join(", ") }}
</template>
</el-table-column>
<el-table-column

View File

@ -39,7 +39,7 @@
</div>
<div class="div-col">
<label class="el-label">{{ $t('trials:trials-list:form:typeofReviewers:') }}</label>
<span>{{ trialInfo.AttendedReviewerTypeEnumList.map(v => $fd('AttendedReviewerType', v)).toString() }}</span>
<span>{{ trialInfo.AttendedReviewerTypeEnumList.map(v => $fd('AttendedReviewerType', v)).join(", ") }}</span>
<!-- <span>{{ $fd('AttendedReviewerType', trialInfo.AttendedReviewerType) }}</span>-->
</div>
<div class="div-col">