医学审核更改
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2025-01-21 16:16:23 +08:00
parent 5cf6ab24bd
commit efe3d937b4
2 changed files with 6 additions and 8 deletions

View File

@ -11,9 +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)"> <template v-if="[14, 30].includes(record.UserTypeEnumInt) && record.MedicalDialogCloseEnum!== null">
<div v-if="record.MedicalDialogCloseEnum!== null">{{ $t('trials:medicalFeedback:title:closeReasonEnum') }}{{ $fd('MedicalDialogCloseEnum',record.MedicalDialogCloseEnum) }}</div> <div>{{ $t('trials:medicalFeedback:title:closeReasonEnum') }}{{ $fd('MedicalDialogCloseEnum',record.MedicalDialogCloseEnum) }}</div>
<div v-if="record.Content">{{ $t('trials:medicalFeedback:title:closereasonRemarks') }}{{ record.Content }}</div>
</template> </template>
<template v-else-if="[14, 30].includes(record.UserTypeEnumInt) && record.Questioning"> <template v-else-if="[14, 30].includes(record.UserTypeEnumInt) && record.Questioning">
@ -60,7 +59,7 @@
{{ $t('trials:medicalFeedback:message:msg4') }} {{ $t('trials:medicalFeedback:message:msg4') }}
</div> </div>
</template> </template>
<template v-else-if="[14, 30].includes(record.UserTypeEnumInt)"> <template v-else-if="[14, 30].includes(record.UserTypeEnumInt) && record.Content ">
<div>{{ record.Content }}</div> <div>{{ record.Content }}</div>
</template> </template>

View File

@ -11,9 +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)"> <template v-if="[14, 30].includes(record.UserTypeEnumInt) && record.MedicalDialogCloseEnum!== null">
<div v-if="record.MedicalDialogCloseEnum!== null">{{ $t('trials:medicalFeedback:title:closeReasonEnum') }}{{ $fd('MedicalDialogCloseEnum',record.MedicalDialogCloseEnum) }}</div> <div>{{ $t('trials:medicalFeedback:title:closeReasonEnum') }}{{ $fd('MedicalDialogCloseEnum',record.MedicalDialogCloseEnum) }}</div>
<div v-if="record.Content">{{ $t('trials:medicalFeedback:title:closereasonRemarks') }}{{ record.Content }}</div>
</template> </template>
<template v-else-if="[14, 30].includes(record.UserTypeEnumInt) && record.Questioning"> <template v-else-if="[14, 30].includes(record.UserTypeEnumInt) && record.Questioning">
@ -60,7 +59,7 @@
{{ $t('trials:medicalFeedback:message:msg4') }} {{ $t('trials:medicalFeedback:message:msg4') }}
</div> </div>
</template> </template>
<template v-else-if="[14, 30].includes(record.UserTypeEnumInt)"> <template v-else-if="[14, 30].includes(record.UserTypeEnumInt) && record.Content">
<div>{{ record.Content }}</div> <div>{{ record.Content }}</div>
</template> </template>