去除医学审核,非当前阅片人入口

uat_us
熊飞 2024-01-12 17:46:35 +08:00
parent bb948b6d09
commit 62fe758194
1 changed files with 207 additions and 207 deletions

View File

@ -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>-->
<!-- &lt;!&ndash; 关联全局任务 &ndash;&gt;-->
<!-- <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>-->
<!-- &lt;!&ndash; 关联裁判任务 &ndash;&gt;-->
<!-- <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>