@@ -11,12 +11,9 @@
|
|||||||
<span>({{ record.CreateTime }}) </span>
|
<span>({{ record.CreateTime }}) </span>
|
||||||
</p>
|
</p>
|
||||||
<div class="info-content">
|
<div class="info-content">
|
||||||
<template v-if="[14, 30].includes(record.UserTypeEnumInt) && record.MedicalDialogCloseEnum!== null">
|
<template v-if="[14, 30].includes(record.UserTypeEnumInt) && record.Questioning">
|
||||||
<div>{{ $t('trials:medicalFeedback:title:closeReasonEnum') }}{{ $fd('MedicalDialogCloseEnum',record.MedicalDialogCloseEnum) }}</div>
|
|
||||||
|
|
||||||
</template>
|
|
||||||
<template v-else-if="[14, 30].includes(record.UserTypeEnumInt) && record.Questioning">
|
|
||||||
<div>
|
<div>
|
||||||
|
111
|
||||||
<!-- 您好,根据医学审核反馈,该阅片任务的评估有如下问题需要您确认或澄清: -->
|
<!-- 您好,根据医学审核反馈,该阅片任务的评估有如下问题需要您确认或澄清: -->
|
||||||
{{ $t('trials:medicalFeedback:message:msg1') }}
|
{{ $t('trials:medicalFeedback:message:msg1') }}
|
||||||
<ol style="font-weight: bold;">
|
<ol style="font-weight: bold;">
|
||||||
@@ -59,11 +56,14 @@
|
|||||||
{{ $t('trials:medicalFeedback:message:msg4') }}
|
{{ $t('trials:medicalFeedback:message:msg4') }}
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="[14, 30].includes(record.UserTypeEnumInt) && record.Content ">
|
<template v-if="[14, 30].includes(record.UserTypeEnumInt) && record.MedicalDialogCloseEnum!== null">
|
||||||
|
<div>{{ $t('trials:medicalFeedback:title:closeReasonEnum') }}{{ $fd('MedicalDialogCloseEnum',record.MedicalDialogCloseEnum) }}</div>
|
||||||
|
</template>
|
||||||
|
<template v-if="[14, 30].includes(record.UserTypeEnumInt) && record.Content ">
|
||||||
<div>{{ record.Content }}</div>
|
<div>{{ record.Content }}</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-else-if="[13].includes(record.UserTypeEnumInt)">
|
<template v-if="[13].includes(record.UserTypeEnumInt)">
|
||||||
<div>
|
<div>
|
||||||
{{ $t('trials:medicalFeedback:title:isEndorse') }}{{ $fd('MedicalReviewDoctorUserIdea', record.DoctorUserIdeaEnum) }}
|
{{ $t('trials:medicalFeedback:title:isEndorse') }}{{ $fd('MedicalReviewDoctorUserIdea', record.DoctorUserIdeaEnum) }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -11,11 +11,8 @@
|
|||||||
<span>({{ record.CreateTime }}) </span>
|
<span>({{ record.CreateTime }}) </span>
|
||||||
</p>
|
</p>
|
||||||
<div class="info-content">
|
<div class="info-content">
|
||||||
<template v-if="[14, 30].includes(record.UserTypeEnumInt) && record.MedicalDialogCloseEnum!== null">
|
|
||||||
<div>{{ $t('trials:medicalFeedback:title:closeReasonEnum') }}{{ $fd('MedicalDialogCloseEnum',record.MedicalDialogCloseEnum) }}</div>
|
<template v-if="[14, 30].includes(record.UserTypeEnumInt) && record.Questioning">
|
||||||
|
|
||||||
</template>
|
|
||||||
<template v-else-if="[14, 30].includes(record.UserTypeEnumInt) && record.Questioning">
|
|
||||||
<div>
|
<div>
|
||||||
<!-- 您好,根据医学审核反馈,该阅片任务的评估有如下问题需要您确认或澄清: -->
|
<!-- 您好,根据医学审核反馈,该阅片任务的评估有如下问题需要您确认或澄清: -->
|
||||||
{{ $t('trials:medicalFeedback:message:msg1') }}
|
{{ $t('trials:medicalFeedback:message:msg1') }}
|
||||||
@@ -59,11 +56,14 @@
|
|||||||
{{ $t('trials:medicalFeedback:message:msg4') }}
|
{{ $t('trials:medicalFeedback:message:msg4') }}
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="[14, 30].includes(record.UserTypeEnumInt) && record.Content">
|
<template v-if="[14, 30].includes(record.UserTypeEnumInt) && record.MedicalDialogCloseEnum!== null">
|
||||||
|
<div>{{ $t('trials:medicalFeedback:title:closeReasonEnum') }}{{ $fd('MedicalDialogCloseEnum',record.MedicalDialogCloseEnum) }}</div>
|
||||||
|
</template>
|
||||||
|
<template v-if="[14, 30].includes(record.UserTypeEnumInt) && record.Content">
|
||||||
<div>{{ record.Content }}</div>
|
<div>{{ record.Content }}</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-else-if="[13].includes(record.UserTypeEnumInt)">
|
<template v-if="[13].includes(record.UserTypeEnumInt)">
|
||||||
<div>
|
<div>
|
||||||
{{ $t('trials:medicalFeedback:title:isEndorse') }}{{ $fd('MedicalReviewDoctorUserIdea', record.DoctorUserIdeaEnum) }}
|
{{ $t('trials:medicalFeedback:title:isEndorse') }}{{ $fd('MedicalReviewDoctorUserIdea', record.DoctorUserIdeaEnum) }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user