组间一致性 原阅片人字段

uat_us
熊飞 2024-03-13 11:13:52 +08:00
parent d15eab1a8e
commit f126d8c40b
1 changed files with 12 additions and 0 deletions

View File

@ -27,6 +27,18 @@
sortable="custom"
show-overflow-tooltip
/>
<!-- 原阅片人 -->
<el-table-column
prop="SubjectCode"
:label="$t('trials:grouptConsistencyAnalysis:table:DoctorUserList')"
min-width="120"
sortable="custom"
show-overflow-tooltip
>
<template slot-scope="scope">
{{scope.row.DoctorUserList.map(v => {return `${v.UserName} (${v.FullName})`}).join(', ')}}
</template>
</el-table-column>
<!-- 符合规则访视数 -->
<el-table-column
prop="ValidVisitCount"