提交 e4495b87 编写于 作者: yi.li's avatar yi.li

Merge branch 'dev-followUp-20190312' of...

Merge branch 'dev-followUp-20190312' of 192.168.110.53:com.pica.cloud.education.frontend/pica.cloud.web-education-admin into dev-followUp-20190312
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<el-button class="button-white" plain @click="finishFollowup">结束随访</el-button> <el-button class="button-white" plain @click="finishFollowup">结束随访</el-button>
</div> </div>
</div> </div>
<div class="base-info"> <div class="base-info" v-if="residentDetail.fPlanPatientDatilDtoList">
<div class="resident-info base-content"> <div class="resident-info base-content">
<div class="content-div"> <div class="content-div">
<div class="c-title">姓名:</div> <div class="c-title">姓名:</div>
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="time-nodes"> <div class="time-nodes" v-if="residentDetail.fPlanPatientDatilDtoList">
<p class="title">随访时间节点</p> <p class="title">随访时间节点</p>
<el-radio-group v-model="timeNodes"> <el-radio-group v-model="timeNodes">
<el-radio-button :key="item.nodeId" v-for="item in residentDetail.fPlanPatientDatilDtoList.timeNodeList" :label="item.nodeId">{{item.timeNodeContent}}</el-radio-button> <el-radio-button :key="item.nodeId" v-for="item in residentDetail.fPlanPatientDatilDtoList.timeNodeList" :label="item.nodeId">{{item.timeNodeContent}}</el-radio-button>
......
...@@ -95,6 +95,7 @@ ...@@ -95,6 +95,7 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<div class="pagination">
<el-pagination <el-pagination
background background
v-if="residentList.fPlanPatientInfoDtoList" v-if="residentList.fPlanPatientInfoDtoList"
...@@ -108,6 +109,7 @@ ...@@ -108,6 +109,7 @@
</el-pagination> </el-pagination>
</div> </div>
</div> </div>
</div>
<change-plan :showThisPage="showChangePlan" @closeChangePlan="closeChangePlan"></change-plan> <change-plan :showThisPage="showChangePlan" @closeChangePlan="closeChangePlan"></change-plan>
<finish-followup :showThisPage="showFinishFollowup" @closeFinishFollowup="closeFinishFollowup"></finish-followup> <finish-followup :showThisPage="showFinishFollowup" @closeFinishFollowup="closeFinishFollowup"></finish-followup>
</div> </div>
......
...@@ -103,6 +103,7 @@ ...@@ -103,6 +103,7 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<div class="pagination">
<el-pagination <el-pagination
background background
v-if="reservationList.fPlanAppointmentDtoList" v-if="reservationList.fPlanAppointmentDtoList"
...@@ -116,6 +117,7 @@ ...@@ -116,6 +117,7 @@
</el-pagination> </el-pagination>
</div> </div>
</div> </div>
</div>
<send-reservation :isDialogShow="isDialogShow" @closeSendReserve="closeSendReserve"></send-reservation> <send-reservation :isDialogShow="isDialogShow" @closeSendReserve="closeSendReserve"></send-reservation>
<no-enough :isNoEnoughShow="isNoEnoughShow" @closeTipsDialog="closeTipsDialog"></no-enough> <no-enough :isNoEnoughShow="isNoEnoughShow" @closeTipsDialog="closeTipsDialog"></no-enough>
<change-reservation :isChangeReservation="isChangeReservation" @closeChangeReserve="closeChangeReserve"></change-reservation> <change-reservation :isChangeReservation="isChangeReservation" @closeChangeReserve="closeChangeReserve"></change-reservation>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册