去除医学审核,非当前阅片人入口
parent
bb948b6d09
commit
62fe758194
|
@ -76,56 +76,56 @@
|
|||
</template>
|
||||
</el-table-column>
|
||||
<!-- 关联阅片人 -->
|
||||
<el-table-column
|
||||
prop="OtherArmEnum"
|
||||
:label="$t('trials:medicalFeedback:title:otherReader')"
|
||||
show-overflow-tooltip
|
||||
width="100"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
v-if="scope.row.OtherTaskId"
|
||||
type="text"
|
||||
@click="handleView(scope.row,scope.row.OtherTaskId)"
|
||||
>
|
||||
{{ $fd('ArmEnum', scope.row.OtherArmEnum) }}
|
||||
</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<!-- 关联全局任务 -->
|
||||
<el-table-column
|
||||
prop="GlobalTaskName"
|
||||
:label="$t('trials:medicalFeedback:title:relatedGlobalTask')"
|
||||
show-overflow-tooltip
|
||||
width="120"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
v-if="scope.row.GlobalTaskId"
|
||||
type="text"
|
||||
@click="handleView(scope.row,scope.row.GlobalTaskId)"
|
||||
>
|
||||
{{ scope.row.GlobalTaskName }}
|
||||
</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<!-- 关联裁判任务 -->
|
||||
<el-table-column
|
||||
prop="JudgeTaskName"
|
||||
:label="$t('trials:medicalFeedback:title:relatedadjudicationTask')"
|
||||
show-overflow-tooltip
|
||||
width="120"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
v-if="scope.row.JudgeTaskId"
|
||||
type="text"
|
||||
@click="handleView(scope.row,scope.row.JudgeTaskId)"
|
||||
>
|
||||
{{ scope.row.JudgeTaskName }}
|
||||
</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<!-- <el-table-column-->
|
||||
<!-- prop="OtherArmEnum"-->
|
||||
<!-- :label="$t('trials:medicalFeedback:title:otherReader')"-->
|
||||
<!-- show-overflow-tooltip-->
|
||||
<!-- width="100"-->
|
||||
<!-- >-->
|
||||
<!-- <template slot-scope="scope">-->
|
||||
<!-- <el-button-->
|
||||
<!-- v-if="scope.row.OtherTaskId"-->
|
||||
<!-- type="text"-->
|
||||
<!-- @click="handleView(scope.row,scope.row.OtherTaskId)"-->
|
||||
<!-- >-->
|
||||
<!-- {{ $fd('ArmEnum', scope.row.OtherArmEnum) }}-->
|
||||
<!-- </el-button>-->
|
||||
<!-- </template>-->
|
||||
<!-- </el-table-column>-->
|
||||
<!-- <!– 关联全局任务 –>-->
|
||||
<!-- <el-table-column-->
|
||||
<!-- prop="GlobalTaskName"-->
|
||||
<!-- :label="$t('trials:medicalFeedback:title:relatedGlobalTask')"-->
|
||||
<!-- show-overflow-tooltip-->
|
||||
<!-- width="120"-->
|
||||
<!-- >-->
|
||||
<!-- <template slot-scope="scope">-->
|
||||
<!-- <el-button-->
|
||||
<!-- v-if="scope.row.GlobalTaskId"-->
|
||||
<!-- type="text"-->
|
||||
<!-- @click="handleView(scope.row,scope.row.GlobalTaskId)"-->
|
||||
<!-- >-->
|
||||
<!-- {{ scope.row.GlobalTaskName }}-->
|
||||
<!-- </el-button>-->
|
||||
<!-- </template>-->
|
||||
<!-- </el-table-column>-->
|
||||
<!-- <!– 关联裁判任务 –>-->
|
||||
<!-- <el-table-column-->
|
||||
<!-- prop="JudgeTaskName"-->
|
||||
<!-- :label="$t('trials:medicalFeedback:title:relatedadjudicationTask')"-->
|
||||
<!-- show-overflow-tooltip-->
|
||||
<!-- width="120"-->
|
||||
<!-- >-->
|
||||
<!-- <template slot-scope="scope">-->
|
||||
<!-- <el-button-->
|
||||
<!-- v-if="scope.row.JudgeTaskId"-->
|
||||
<!-- type="text"-->
|
||||
<!-- @click="handleView(scope.row,scope.row.JudgeTaskId)"-->
|
||||
<!-- >-->
|
||||
<!-- {{ scope.row.JudgeTaskName }}-->
|
||||
<!-- </el-button>-->
|
||||
<!-- </template>-->
|
||||
<!-- </el-table-column>-->
|
||||
</el-table>
|
||||
</template>
|
||||
<script>
|
||||
|
|
Loading…
Reference in New Issue