全局任务类型的医学审核任务点击访视名称跳转
parent
63a4a56feb
commit
94e80cbb38
|
@ -20,7 +20,16 @@
|
||||||
:label="$t('trials:medicalFeedback:table:taskBlindName')"
|
:label="$t('trials:medicalFeedback:table:taskBlindName')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
width="150"
|
width="150"
|
||||||
/>
|
>
|
||||||
|
<template slot-scope="scope">
|
||||||
|
<el-button
|
||||||
|
type="text"
|
||||||
|
@click="handleView(scope.row.VisitTaskId)"
|
||||||
|
>
|
||||||
|
{{ scope.row.BlindName }}
|
||||||
|
</el-button>
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
<!-- 访视点计数 -->
|
<!-- 访视点计数 -->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
:label="$t('trials:medicalFeedback:table:visitPointCount')"
|
:label="$t('trials:medicalFeedback:table:visitPointCount')"
|
||||||
|
@ -126,7 +135,16 @@
|
||||||
:label="$t('trials:globalReview:table:visitName')"
|
:label="$t('trials:globalReview:table:visitName')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
width="150"
|
width="150"
|
||||||
/>
|
>
|
||||||
|
<template slot-scope="scope">
|
||||||
|
<el-button
|
||||||
|
type="text"
|
||||||
|
@click="handleView(scope.row.VisitTaskId)"
|
||||||
|
>
|
||||||
|
{{ scope.row.BlindName }}
|
||||||
|
</el-button>
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
<!-- 评估结果 -->
|
<!-- 评估结果 -->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
:label="$t('trials:globalReview:table:evaluationRes')"
|
:label="$t('trials:globalReview:table:evaluationRes')"
|
||||||
|
|
Loading…
Reference in New Issue