pm阅片人筛选部分信息添加间隔

uat_us
wangxiaoshuang 2024-03-14 15:43:17 +08:00
parent b707c09d2d
commit 77e1eba8d5
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@
min-width="150" min-width="150"
> >
<template slot-scope="scope"> <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(', ') }}
<!-- {{ scope.row.SubspecialityList.length > 0 ? scope.row.SubspecialityList.join(', ') : '' }}--> <!-- {{ scope.row.SubspecialityList.length > 0 ? scope.row.SubspecialityList.join(', ') : '' }}-->
</template> </template>
</el-table-column> </el-table-column>