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