医学审核更改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
5cf6ab24bd
commit
efe3d937b4
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue