@@ -50,7 +50,7 @@
|
|||||||
:label="$t('trials:pendingReadingTasks:table:NoneDicomStudyCount')" show-overflow-tooltip
|
:label="$t('trials:pendingReadingTasks:table:NoneDicomStudyCount')" show-overflow-tooltip
|
||||||
sortable="custom" /> -->
|
sortable="custom" /> -->
|
||||||
<!-- 标记访视数量 -->
|
<!-- 标记访视数量 -->
|
||||||
<el-table-column prop="MarkVisitCount"
|
<el-table-column prop="MarkIVUSVisitCount"
|
||||||
:label="$t('trials:pendingReadingTasks:table:MarkVisitCount')" show-overflow-tooltip
|
:label="$t('trials:pendingReadingTasks:table:MarkVisitCount')" show-overflow-tooltip
|
||||||
sortable="custom">
|
sortable="custom">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!-- 标记访视数量 -->
|
<!-- 标记访视数量 -->
|
||||||
<el-table-column prop="MarkVisitCount"
|
<el-table-column prop="MarkOCTVisitCount"
|
||||||
:label="$t('trials:pendingReadingTasks:table:MarkOCTVisitCount')"
|
:label="$t('trials:pendingReadingTasks:table:MarkOCTVisitCount')"
|
||||||
show-overflow-tooltip sortable="custom">
|
show-overflow-tooltip sortable="custom">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
|||||||
Reference in New Issue
Block a user