提交 a1c6b875 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

fixed

上级 457aeeea
......@@ -14,7 +14,7 @@
<el-button class="button-white" plain @click="finishFollowup">结束随访</el-button>
</div>
</div>
<div class="base-info">
<div class="base-info" v-if="residentDetail.fPlanPatientDatilDtoList">
<div class="resident-info base-content">
<div class="content-div">
<div class="c-title">姓名:</div>
......@@ -62,7 +62,7 @@
</div>
</div>
</div>
<div class="time-nodes">
<div class="time-nodes" v-if="residentDetail.fPlanPatientDatilDtoList">
<p class="title">随访时间节点</p>
<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>
......
......@@ -95,17 +95,19 @@
</template>
</el-table-column>
</el-table>
<el-pagination
background
v-if="residentList.fPlanPatientInfoDtoList"
@size-change="handleSizeChangePre"
@current-change="handleCurrentChangePre"
layout="total, sizes, prev, pager, next, jumper"
:current-page="residentList.pageNum"
:page-sizes="[10, 20, 50, 100]"
:page-size="residentList.pageSize"
:total="residentList.total">
</el-pagination>
<div class="pagination">
<el-pagination
background
v-if="residentList.fPlanPatientInfoDtoList"
@size-change="handleSizeChangePre"
@current-change="handleCurrentChangePre"
layout="total, sizes, prev, pager, next, jumper"
:current-page="residentList.pageNum"
:page-sizes="[10, 20, 50, 100]"
:page-size="residentList.pageSize"
:total="residentList.total">
</el-pagination>
</div>
</div>
</div>
<change-plan :showThisPage="showChangePlan" @closeChangePlan="closeChangePlan"></change-plan>
......
......@@ -103,17 +103,19 @@
</template>
</el-table-column>
</el-table>
<el-pagination
background
v-if="reservationList.fPlanAppointmentDtoList"
@size-change="handleSizeChangePre"
@current-change="handleCurrentChangePre"
layout="total, sizes, prev, pager, next, jumper"
:current-page="reservationList.pageNum"
:page-sizes="[10, 20, 50, 100]"
:page-size="reservationList.pageSize"
:total="reservationList.total">
</el-pagination>
<div class="pagination">
<el-pagination
background
v-if="reservationList.fPlanAppointmentDtoList"
@size-change="handleSizeChangePre"
@current-change="handleCurrentChangePre"
layout="total, sizes, prev, pager, next, jumper"
:current-page="reservationList.pageNum"
:page-sizes="[10, 20, 50, 100]"
:page-size="reservationList.pageSize"
:total="reservationList.total">
</el-pagination>
</div>
</div>
</div>
<send-reservation :isDialogShow="isDialogShow" @closeSendReserve="closeSendReserve"></send-reservation>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册