|
@ -97,7 +97,7 @@
|
|
<template v-else>这是数据值,他可能会很长</template> -->
|
|
<template v-else>这是数据值,他可能会很长</template> -->
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div style="width: 50%">
|
|
|
|
|
|
<div style="width: 50%" v-if="event.isCirculation!=0">
|
|
<span style="color: #9fa2a8">流转去向:</span>
|
|
<span style="color: #9fa2a8">流转去向:</span>
|
|
<span style="color: #656565">
|
|
<span style="color: #656565">
|
|
<template v-if="event.isCirculation==0">———</template>
|
|
<template v-if="event.isCirculation==0">———</template>
|
|
@ -112,11 +112,11 @@
|
|
<template v-else>这是数据值,他可能会很长</template> -->
|
|
<template v-else>这是数据值,他可能会很长</template> -->
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div style="width: 50%">
|
|
|
|
|
|
<div style="width: 50%" v-if="event.isBack!=0">
|
|
<span style="color: #9fa2a8">回退原因:</span>
|
|
<span style="color: #9fa2a8">回退原因:</span>
|
|
<span style="color: #656565">
|
|
<span style="color: #656565">
|
|
<template v-if="event.isBack==0">———</template>
|
|
<template v-if="event.isBack==0">———</template>
|
|
<template v-else>{{event.backReason}}</template>
|
|
|
|
|
|
<template v-else>{{event.backType==1?'找到本人或家属,但否认慢阻肺病史':event.backType==2?'找到本人或家属,非本辖区,也不清楚现在的住址':event.backReason}}</template>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div style="width: 50%">
|
|
<div style="width: 50%">
|
|
@ -181,7 +181,7 @@
|
|
<template v-else>这是数据值,他可能会很长</template> -->
|
|
<template v-else>这是数据值,他可能会很长</template> -->
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div style="width: 50%">
|
|
|
|
|
|
<div style="width: 50%" v-if="event.isCirculation!=0">
|
|
<span style="color: #9fa2a8">流转去向:</span>
|
|
<span style="color: #9fa2a8">流转去向:</span>
|
|
<span style="color: #656565">
|
|
<span style="color: #656565">
|
|
<template v-if="event.isCirculation==0">———</template>
|
|
<template v-if="event.isCirculation==0">———</template>
|
|
@ -196,11 +196,11 @@
|
|
<template v-else>这是数据值,他可能会很长</template> -->
|
|
<template v-else>这是数据值,他可能会很长</template> -->
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div style="width: 50%">
|
|
|
|
|
|
<div style="width: 50%" v-if="event.isBack!=0">
|
|
<span style="color: #9fa2a8">回退原因:</span>
|
|
<span style="color: #9fa2a8">回退原因:</span>
|
|
<span style="color: #656565">
|
|
<span style="color: #656565">
|
|
<template v-if="event.isBack==0">———</template>
|
|
<template v-if="event.isBack==0">———</template>
|
|
<template v-else>{{event.backReason}}</template>
|
|
|
|
|
|
<template v-else>{{event.backType==1?'找到本人或家属,但否认慢阻肺病史':event.backType==2?'找到本人或家属,非本辖区,也不清楚现在的住址':event.backReason}}</template>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div style="display: flex; justify-content: space-between; width: 100%; ">
|
|
<div style="display: flex; justify-content: space-between; width: 100%; ">
|
|
@ -254,12 +254,25 @@
|
|
</div>
|
|
</div>
|
|
<div class="data-title" style="color: #12B7F5; font-size: 14px" v-if="event.type==5" @click="showDetail(event)"> 查看随访详情</div>
|
|
<div class="data-title" style="color: #12B7F5; font-size: 14px" v-if="event.type==5" @click="showDetail(event)"> 查看随访详情</div>
|
|
<div class="data-cont" v-else>
|
|
<div class="data-cont" v-else>
|
|
|
|
|
|
<div style="width: 50%" v-for="item in event.achievesRecordList" :key="item.id">
|
|
<div style="width: 50%" v-for="item in event.achievesRecordList" :key="item.id">
|
|
<span style="color: #9fa2a8">{{item.classFieldName}}:</span>
|
|
<span style="color: #9fa2a8">{{item.classFieldName}}:</span>
|
|
<span style="color: #656565">
|
|
<span style="color: #656565">
|
|
<template>{{item.newCommentName}}</template>
|
|
<template>{{item.newCommentName}}</template>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div style="width: 50%">
|
|
|
|
<span style="color: #9fa2a8">操作医生:</span>
|
|
|
|
<span style="color: #656565">
|
|
|
|
<template>{{event.operaterName}}</template>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div style="width: 50%" >
|
|
|
|
<span style="color: #9fa2a8">操作机构:</span>
|
|
|
|
<span style="color: #656565">
|
|
|
|
<template>{{event.orgName}}</template>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
@ -291,6 +304,9 @@
|
|
<div class="copd-bb-base-info-item" v-if="followup">
|
|
<div class="copd-bb-base-info-item" v-if="followup">
|
|
随访状态:{{followup}}
|
|
随访状态:{{followup}}
|
|
</div>
|
|
</div>
|
|
|
|
<div class="copd-bb-base-info-item" v-if="followInfo.status==4">
|
|
|
|
失访原因:{{followInfo.lostReason}}
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<template v-if="followInfo.status!='4'">
|
|
<template v-if="followInfo.status!='4'">
|