组间一致性 原阅片人字段
parent
d15eab1a8e
commit
f126d8c40b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue