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

分页位置fixed

上级 587c5ad3
...@@ -95,17 +95,20 @@ ...@@ -95,17 +95,20 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<el-pagination <div class="pagination">
background <el-pagination
v-if="residentList.fPlanPatientInfoDtoList" background
@size-change="handleSizeChangePre" v-if="residentList.fPlanPatientInfoDtoList"
@current-change="handleCurrentChangePre" @size-change="handleSizeChangePre"
layout="total, sizes, prev, pager, next, jumper" @current-change="handleCurrentChangePre"
:current-page="residentList.pageNum" layout="total, sizes, prev, pager, next, jumper"
:page-sizes="[10, 20, 50, 100]" :current-page="residentList.pageNum"
:page-size="residentList.pageSize" :page-sizes="[10, 20, 50, 100]"
:total="residentList.total"> :page-size="residentList.pageSize"
</el-pagination> :total="residentList.total">
</el-pagination>
</div>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -102,17 +102,19 @@ ...@@ -102,17 +102,19 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<el-pagination <div class="pagination">
background <el-pagination
v-if="reservationList.fPlanAppointmentDtoList" background
@size-change="handleSizeChangePre" v-if="reservationList.fPlanAppointmentDtoList"
@current-change="handleCurrentChangePre" @size-change="handleSizeChangePre"
layout="total, sizes, prev, pager, next, jumper" @current-change="handleCurrentChangePre"
:current-page="reservationList.pageNum" layout="total, sizes, prev, pager, next, jumper"
:page-sizes="[10, 20, 50, 100]" :current-page="reservationList.pageNum"
:page-size="reservationList.pageSize" :page-sizes="[10, 20, 50, 100]"
:total="reservationList.total"> :page-size="reservationList.pageSize"
</el-pagination> :total="reservationList.total">
</el-pagination>
</div>
</div> </div>
</div> </div>
<send-reservation :isDialogShow="isDialogShow" @closeSendReserve="closeSendReserve"></send-reservation> <send-reservation :isDialogShow="isDialogShow" @closeSendReserve="closeSendReserve"></send-reservation>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册